EnvironmentAccountConnection

class EnvironmentAccountConnection : KotlinCustomResource

Resource Schema describing various properties for AWS Proton Environment Account Connections resources.

Properties

Link copied to clipboard
val arn: Output<String>

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

Link copied to clipboard
val awsId: Output<String>

The ID of the environment account connection.

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

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
val componentRoleArn: Output<String>?

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

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

Link copied to clipboard
val id: Output<String>
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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>?

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: Output<List<Tag>>?

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.

Link copied to clipboard
val urn: Output<String>