Skip to main content

environment_account_connections

Retrieves a list of environment_account_connections in a region

Overview

Nameenvironment_account_connections
TypeResource
Descriptionenvironment_account_connections
Idawscc.proton.environment_account_connections

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the environment account connection.
regionstringAWS 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