# GitHub::Repositories::Repository AdvanceSecurity Use the status property to enable or disable GitHub Advanced Security for this repository. For more information, see "About GitHub Advanced Security." (https://docs.github.com/github/getting-started-with-github/learning-about-github/about-github-advanced-security) ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "Status" : String }### YAML
Status: String## Properties #### Status Can be enabled or disabled. _Required_: Yes _Type_: String _Allowed Values_:
enabled
| disabled
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)