Interface CfnAssociation.EventChannelConfigurationProperty

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

@Stability(Stable) public static interface CfnAssociation.EventChannelConfigurationProperty extends software.amazon.jsii.JsiiSerializable
EventChannelconfiguration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.devopsagent.*;
 EventChannelConfigurationProperty eventChannelConfigurationProperty = EventChannelConfigurationProperty.builder()
         .enableWebhookUpdates(false)
         .build();
 

See Also: