Interface CfnProjectPropsMixin.ScopeConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnProjectPropsMixin.ScopeConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnProjectPropsMixin

@Stability(Stable) public static interface CfnProjectPropsMixin.ScopeConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Contains configuration information about the scope for a webhook.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.codebuild.*;
 ScopeConfigurationProperty scopeConfigurationProperty = ScopeConfigurationProperty.builder()
         .domain("domain")
         .name("name")
         .scope("scope")
         .build();
 

See Also: