Interface CfnAssociationPropsMixin.PagerDutyConfigurationProperty

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

@Stability(Stable) public static interface CfnAssociationPropsMixin.PagerDutyConfigurationProperty extends software.amazon.jsii.JsiiSerializable
PagerDuty integration configuration.

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.*;
 PagerDutyConfigurationProperty pagerDutyConfigurationProperty = PagerDutyConfigurationProperty.builder()
         .customerEmail("customerEmail")
         .enableWebhookUpdates(false)
         .services(List.of("services"))
         .build();
 

See Also: