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.120.0 (build 192dc88)",
date="2025-12-05T22:26:45.478Z")
@Stability(Stable)
public class CfnConnectorV2
extends CfnResource
implements IInspectable, IConnectorV2Ref, ITaggableV2
Resource schema for AWS::SecurityHub::ConnectorV2.
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(JiraCloudProperty.builder()
.projectKey("projectKey")
// the properties below are optional
.authStatus("authStatus")
.authUrl("authUrl")
.cloudId("cloudId")
.domain("domain")
.build())
.serviceNow(ServiceNowProperty.builder()
.instanceName("instanceName")
.secretArn("secretArn")
// the properties below are optional
.authStatus("authStatus")
.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 interfaceExample:static interfaceExample:static interfaceExample: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 connector.The ID of the connector.The status of the connector.The timestamp formatted in ISO8601.The timestamp formatted in ISO8601.The timestamp formatted in ISO8601.The message of the connector status change.The auth status of the connector.The authUrl of the JiraCloud connector.The auth status of the connector.Tag Manager which manages the tags for this resource.A reference to a ConnectorV2 resource.A description of the connector.The ARN of KMS key used for the connector.getName()The name of the connector.The provider configuration of the connector.getTags()A key-value pair to associate with a resource.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) A description of the connector.voidsetKmsKeyArn(String value) The ARN of KMS key used for the connector.voidThe name of the connector.voidsetProvider(IResolvable value) The provider configuration of the connector.voidThe provider configuration of the connector.voidA key-value pair to associate with a resource.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 connector. -
getAttrConnectorId
The ID of the connector. -
getAttrConnectorStatus
The status of the connector. -
getAttrCreatedAt
The timestamp formatted in ISO8601. -
getAttrLastCheckedAt
The timestamp formatted in ISO8601. -
getAttrLastUpdatedAt
The timestamp formatted in ISO8601. -
getAttrMessage
The message of the connector status change. -
getAttrProviderJiraCloudAuthStatus
The auth status of the connector. -
getAttrProviderJiraCloudAuthUrl
The authUrl of the JiraCloud connector. -
getAttrProviderJiraCloudCloudId
-
getAttrProviderJiraCloudDomain
-
getAttrProviderServiceNowAuthStatus
The auth status of the connector. -
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 name of the connector. -
setName
The name of the connector. -
getProvider
The provider configuration of the connector.Returns union: either
IResolvableorCfnConnectorV2.ProviderProperty -
setProvider
The provider configuration of the connector. -
setProvider
The provider configuration of the connector. -
getDescription
A description of the connector. -
setDescription
A description of the connector. -
getKmsKeyArn
The ARN of KMS key used for the connector. -
setKmsKeyArn
The ARN of KMS key used for the connector. -
getTags
A key-value pair to associate with a resource. -
setTags
A key-value pair to associate with a resource.
-