AWS::SecurityHub::ConnectorV2Grants permission to create a connectorV2 based on input parameters.
import { CfnConnectorV2 } from 'aws-cdk-lib/aws-securityhub';Or use the module namespace:
import * as securityhub from 'aws-cdk-lib/aws-securityhub';
// securityhub.CfnConnectorV2Configuration passed to the constructor as CfnConnectorV2Props.
nameRequiredstringThe unique name of the connectorV2.
providerRequiredIResolvable | ProviderPropertyThe third-party provider detail for a service configuration.
descriptionOptionalstringThe description of the connectorV2.
kmsKeyArnOptionalstringThe Amazon Resource Name (ARN) of KMS key used to encrypt secrets for the connectorV2.
tagsOptional{ [key: string]: string }The tags to add to the connectorV2 when you create.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-securityhubAWS::SecurityHub::ConnectorV2