ConnectionArgs

data class ConnectionArgs(val connectionName: Output<String>? = null, val hostArn: Output<String>? = null, val providerType: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ConnectionArgs>

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

Constructors

Link copied to clipboard
constructor(connectionName: Output<String>? = null, hostArn: Output<String>? = null, providerType: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val connectionName: Output<String>? = null

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

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

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 providerType: Output<String>? = null

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 tags: Output<List<TagArgs>>? = null

Specifies the tags applied to a connection.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionArgs