AWS::CodeConnections::ConnectionA resource that is used to connect third-party source providers with services like CodePipeline. Note: A connection created through CloudFormation , the CLI, or the SDK 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-codeconnections';Or use the module namespace:
import * as codeconnections from 'aws-cdk-lib/aws-codeconnections';
// codeconnections.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 a connection.
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-codeconnectionsAWS::CodeConnections::Connection