GetEnvironmentAccountConnectionResult

data class GetEnvironmentAccountConnectionResult(val arn: String? = null, val codebuildRoleArn: String? = null, val componentRoleArn: String? = null, val environmentAccountId: String? = null, val environmentName: String? = null, val id: String? = null, val managementAccountId: String? = null, val roleArn: String? = null, val status: EnvironmentAccountConnectionStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, codebuildRoleArn: String? = null, componentRoleArn: String? = null, environmentAccountId: String? = null, environmentName: String? = null, id: String? = null, managementAccountId: String? = null, roleArn: String? = null, status: EnvironmentAccountConnectionStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the environment account connection.

Link copied to clipboard

The Amazon Resource Name (ARN) of an IAM service role in the environment account. AWS Proton uses this role to provision infrastructure resources using CodeBuild-based provisioning in the associated environment account.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM service role that AWS Proton uses when provisioning directly defined components in the associated environment account. It determines the scope of infrastructure that a component can provision in the account.

Link copied to clipboard

The environment account that's connected to the environment account connection.

Link copied to clipboard
val environmentName: String? = null

The name of the AWS Proton environment that's created in the associated management account.

Link copied to clipboard
val id: String? = null

The ID of the environment account connection.

Link copied to clipboard

The ID of the management account that accepts or rejects the environment account connection. You create an manage the AWS Proton environment in this account. If the management account accepts the environment account connection, AWS Proton can use the associated IAM role to provision environment infrastructure resources in the associated environment account.

Link copied to clipboard
val roleArn: String? = null

The Amazon Resource Name (ARN) of the IAM service role that's created in the environment account. AWS Proton uses this role to provision infrastructure resources in the associated environment account.

Link copied to clipboard

The status of the environment account connection.

Link copied to clipboard
val tags: List<Tag>? = null

An optional list of metadata items that you can associate with the Proton environment account connection. A tag is a key-value pair.

For more information, see Proton resources and tagging in the Proton User Guide.