AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SecurityHub::ConnectorV2

CfnConnectorV2

Grants permission to create a connectorV2 based on input parameters.

Import

import { CfnConnectorV2 } from 'aws-cdk-lib/aws-securityhub';

Or use the module namespace:

import * as securityhub from 'aws-cdk-lib/aws-securityhub';
// securityhub.CfnConnectorV2

Properties

Configuration passed to the constructor as CfnConnectorV2Props.

nameRequired
string

The unique name of the connectorV2.

providerRequired
IResolvable | ProviderProperty

The third-party provider detail for a service configuration.

descriptionOptional
string

The description of the connectorV2.

kmsKeyArnOptional
string

The 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.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter