GetConnectionResult

data class GetConnectionResult(val arn: String, val connectionStatus: String, val hostArn: String, val id: String, val name: String, val providerType: String, val tags: Map<String, String>)

A collection of values returned by getConnection.

Constructors

Link copied to clipboard
constructor(arn: String, connectionStatus: String, hostArn: String, id: String, name: String, providerType: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String
Link copied to clipboard

CodeStar Connection status. Possible values are PENDING, AVAILABLE and ERROR.

Link copied to clipboard

ARN of the host associated with the connection.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Name of the CodeStar Connection. The name is unique in the calling AWS account.

Link copied to clipboard

Name of the external provider where your third-party code repository is configured. Possible values are Bitbucket, GitHub and GitLab. For connections to GitHub Enterprise Server or GitLab Self-Managed instances, you must create an aws.codestarconnections.Host resource and use host_arn instead.

Link copied to clipboard

Map of key-value resource tags to associate with the resource.