environment_account_connections
Retrieves a list of environment_account_connections
in a region
Overview
Name | environment_account_connections |
Type | Resource |
Description | environment_account_connections |
Id | awscc.proton.environment_account_connections |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the environment account connection. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn
FROM awscc.proton.environment_account_connections
WHERE region = 'us-east-1'
Permissions
To operate on the environment_account_connections
resource, the following permissions are required:
Create
proton:CreateEnvironmentAccountConnection,
proton:TagResource,
iam:PassRole,
proton:ListTagsForResource,
proton:GetEnvironmentAccountConnection
List
proton:ListEnvironmentAccountConnections