Interface CfnAssociation.ServiceNowConfigurationProperty

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

@Stability(Stable) public static interface CfnAssociation.ServiceNowConfigurationProperty extends software.amazon.jsii.JsiiSerializable
ServiceNow 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.services.devopsagent.*;
 ServiceNowConfigurationProperty serviceNowConfigurationProperty = ServiceNowConfigurationProperty.builder()
         .enableWebhookUpdates(false)
         .instanceId("instanceId")
         .build();
 

See Also: