Interface CfnAssociationPropsMixin.EventChannelConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAssociationPropsMixin.EventChannelConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAssociationPropsMixin
@Stability(Stable)
public static interface CfnAssociationPropsMixin.EventChannelConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for Event Channel integration.
Defines webhook update settings to enable the Agent Space to receive real-time event notifications from event channel integrations.
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.devopsagent.*;
EventChannelConfigurationProperty eventChannelConfigurationProperty = EventChannelConfigurationProperty.builder()
.enableWebhookUpdates(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnAssociationPropsMixin.EventChannelConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnableWebhookUpdates
When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.Returns union: either
BooleanorIResolvable- See Also:
-
builder
@Stability(Stable) static CfnAssociationPropsMixin.EventChannelConfigurationProperty.Builder builder()
-