environment_account_connections_list_only
Lists environment_account_connections
in a region or regions, for all properties use environment_account_connections
Overview
Name | environment_account_connections_list_only |
Type | Resource |
Description | Resource Schema describing various properties for AWS Proton Environment Account Connections resources. |
Id | aws.proton.environment_account_connections_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the environment account connection. |
codebuild_role_arn | 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. |
component_role_arn | 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. |
environment_account_id | string | The environment account that's connected to the environment account connection. |
environment_name | string | The name of the AWS Proton environment that's created in the associated management account. |
id | string | The ID of the environment account connection. |
management_account_id | string | 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. |
role_arn | 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. |
status | string | The status of the environment account connection. |
tags | array | 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 |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all environment_account_connections
in a region.
SELECT
region,
arn
FROM aws.proton.environment_account_connections_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the environment_account_connections_list_only
resource, see environment_account_connections