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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectorV2.ServiceNowProviderConfigurationPropertystatic final classAn implementation forCfnConnectorV2.ServiceNowProviderConfigurationProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The instance name of ServiceNow ITSM.The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the ServiceNow credentials.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
-