Interface CfnConnectorV2PropsMixin.ServiceNowProviderConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectorV2PropsMixin.ServiceNowProviderConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnConnectorV2PropsMixin
@Stability(Stable)
public static interface CfnConnectorV2PropsMixin.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.cfnpropertymixins.services.securityhub.*;
ServiceNowProviderConfigurationProperty serviceNowProviderConfigurationProperty = ServiceNowProviderConfigurationProperty.builder()
.instanceName("instanceName")
.secretArn("secretArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConnectorV2PropsMixin.ServiceNowProviderConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstanceName
The instance name of ServiceNow ITSM.- See Also:
-
getSecretArn
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the ServiceNow credentials.- See Also:
-
builder
@Stability(Stable) static CfnConnectorV2PropsMixin.ServiceNowProviderConfigurationProperty.Builder builder()
-