Connection

class Connection : KotlinCustomResource

Schema for AWS::CodeConnections::Connection resource which can be used to connect external source providers with other AWS services (i.e. AWS CodePipeline)

Properties

Link copied to clipboard
val connectionArn: Output<String>

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

Link copied to clipboard
val connectionName: Output<String>

The name of the connection. Connection names must be unique in an AWS user account.

Link copied to clipboard

The current status of the connection.

Link copied to clipboard
val hostArn: Output<String>?

The host arn configured to represent the infrastructure where your third-party provider is installed. You must specify either a ProviderType or a HostArn.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ownerAccountId: Output<String>

The name of the external provider where your third-party code repository is configured. For Bitbucket, this is the account ID of the owner of the Bitbucket repository.

Link copied to clipboard
val providerType: Output<String>?

The name of the external provider where your third-party code repository is configured. You must specify either a ProviderType or a HostArn.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

Specifies the tags applied to a connection.

Link copied to clipboard
val urn: Output<String>