AWS::CodeStarConnections::ConnectionThe AWS::CodeStarConnections::Connection resource can be used to connect external source providers with services like AWS CodePipeline . *Note:* A connection created through CloudFormation is in `PENDING` status by default. You can make its status `AVAILABLE` by updating the connection in the console.
import { CfnConnection } from 'aws-cdk-lib/aws-codestarconnections';Or use the module namespace:
import * as codestarconnections from 'aws-cdk-lib/aws-codestarconnections';
// codestarconnections.CfnConnectionConfiguration passed to the constructor as CfnConnectionProps.
connectionNameRequiredstringThe name of the connection. Connection names must be unique in an AWS account .
hostArnOptionalstringThe Amazon Resource Name (ARN) of the host associated with the connection.
providerTypeOptionalstringThe name of the external provider where your third-party code repository is configured.
tagsOptionalCfnTag[]Specifies the tags applied to the resource.
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-codestarconnectionsAWS::CodeStarConnections::Connection