Class CfnConnectorV2
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.securityhub.CfnConnectorV2
- All Implemented Interfaces:
IInspectable,IEnvironmentAware,IConnectorV2Ref,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)",
date="2026-01-23T11:19:54.743Z")
@Stability(Stable)
public class CfnConnectorV2
extends CfnResource
implements IInspectable, IConnectorV2Ref, ITaggableV2
Grants permission to create a connectorV2 based on input parameters.
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.*;
CfnConnectorV2 cfnConnectorV2 = CfnConnectorV2.Builder.create(this, "MyCfnConnectorV2")
.name("name")
.provider(ProviderProperty.builder()
.jiraCloud(JiraCloudProviderConfigurationProperty.builder()
.projectKey("projectKey")
.build())
.serviceNow(ServiceNowProviderConfigurationProperty.builder()
.instanceName("instanceName")
.secretArn("secretArn")
.build())
.build())
// the properties below are optional
.description("description")
.kmsKeyArn("kmsKeyArn")
.tags(Map.of(
"tagsKey", "tags"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnConnectorV2.static interfaceThe initial configuration settings required to establish an integration between Security Hub CSPM and Jira Cloud.static interfaceThe third-party provider detail for a service configuration.static interfaceThe initial configuration settings required to establish an integration between Security Hub CSPM and ServiceNow ITSM.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.securityhub.IConnectorV2Ref
IConnectorV2Ref.Jsii$Default, IConnectorV2Ref.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnConnectorV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnConnectorV2(software.amazon.jsii.JsiiObjectRef objRef) CfnConnectorV2(software.constructs.Construct scope, String id, CfnConnectorV2Props props) Create a newAWS::SecurityHub::ConnectorV2. -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the V2 connector.The unique identifier of the V2 connector.The status of the V2 connector.The timestamp when the V2 connector was created.The most recent timestamp when the V2 connector was checked on health status.The most recent timestamp when the V2 connector was updated.The message of the V2 connector when connector status is FAILED_TO_CONNECT.Tag Manager which manages the tags for this resource.A reference to a ConnectorV2 resource.The description of the connectorV2.The Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2.getName()The unique name of the connectorV2.The third-party provider detail for a service configuration.getTags()The tags to add to the connectorV2 when you create.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnConnectorV2.renderProperties(Map<String, Object> props) voidsetDescription(String value) The description of the connectorV2.voidsetKmsKeyArn(String value) The Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2.voidThe unique name of the connectorV2.voidsetProvider(IResolvable value) The third-party provider detail for a service configuration.voidThe third-party provider detail for a service configuration.voidThe tags to add to the connectorV2 when you create.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnConnectorV2
protected CfnConnectorV2(software.amazon.jsii.JsiiObjectRef objRef) -
CfnConnectorV2
protected CfnConnectorV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnConnectorV2
@Stability(Stable) public CfnConnectorV2(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnConnectorV2Props props) Create a newAWS::SecurityHub::ConnectorV2.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
isCfnConnectorV2
Checks whether the given object is a CfnConnectorV2.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrConnectorArn
The ARN of the V2 connector. -
getAttrConnectorId
The unique identifier of the V2 connector. -
getAttrConnectorStatus
The status of the V2 connector. -
getAttrCreatedAt
The timestamp when the V2 connector was created. -
getAttrLastCheckedAt
The most recent timestamp when the V2 connector was checked on health status. -
getAttrLastUpdatedAt
The most recent timestamp when the V2 connector was updated. -
getAttrMessage
The message of the V2 connector when connector status is FAILED_TO_CONNECT. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getConnectorV2Ref
A reference to a ConnectorV2 resource.- Specified by:
getConnectorV2Refin interfaceIConnectorV2Ref
-
getName
The unique name of the connectorV2. -
setName
The unique name of the connectorV2. -
getProvider
The third-party provider detail for a service configuration.Returns union: either
IResolvableorCfnConnectorV2.ProviderProperty -
setProvider
The third-party provider detail for a service configuration. -
setProvider
The third-party provider detail for a service configuration. -
getDescription
The description of the connectorV2. -
setDescription
The description of the connectorV2. -
getKmsKeyArn
The Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2. -
setKmsKeyArn
The Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2. -
getTags
The tags to add to the connectorV2 when you create. -
setTags
The tags to add to the connectorV2 when you create.
-