Interface CfnConnectorV2.ServiceNowProperty

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

@Stability(Stable) public static interface CfnConnectorV2.ServiceNowProperty extends software.amazon.jsii.JsiiSerializable
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.*;
 ServiceNowProperty serviceNowProperty = ServiceNowProperty.builder()
         .instanceName("instanceName")
         .secretArn("secretArn")
         // the properties below are optional
         .authStatus("authStatus")
         .build();
 

See Also: