This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::InspectorV2::CodeSecurityIntegration UpdateDetails
Contains details required to update a code security integration with a specific repository provider.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "github" :
UpdateGitHubIntegrationDetail
, "gitlabSelfManaged" :UpdateGitLabSelfManagedIntegrationDetail
}
YAML
github:
UpdateGitHubIntegrationDetail
gitlabSelfManaged:UpdateGitLabSelfManagedIntegrationDetail
Properties
github
-
Details specific to updating an integration with GitHub.
Required: No
Type: UpdateGitHubIntegrationDetail
Update requires: No interruption
gitlabSelfManaged
-
Details specific to updating an integration with a self-managed GitLab instance.
Required: No
Type: UpdateGitLabSelfManagedIntegrationDetail
Update requires: No interruption