AWS::CodeBuild::Project ScopeConfiguration
Contains configuration information about the scope for a webhook.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Name" :
String
}
YAML
Name:
String
Properties
Name
-
The name of either the enterprise or organization that will send webhook events to CodeBuild, depending on if the webhook is a global or organization webhook respectively.
Required: Yes
Type: String
Update requires: No interruption