Interface CfnConnectorV2.ServiceNowProviderConfigurationProperty

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

@Stability(Stable) public static interface CfnConnectorV2.ServiceNowProviderConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The initial configuration settings required to establish an integration between Security Hub CSPM and ServiceNow ITSM.

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.securityhub.*;
 ServiceNowProviderConfigurationProperty serviceNowProviderConfigurationProperty = ServiceNowProviderConfigurationProperty.builder()
         .instanceName("instanceName")
         .secretArn("secretArn")
         .build();
 

See Also: