Skip to main content

environments

Retrieves a list of environments in a region

Overview

Nameenvironments
TypeResource
Descriptionenvironments
Idawscc.appconfig.environments

Fields

NameDatatypeDescription
application_idstringThe application ID.
environment_idstringThe environment ID.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
application_id,
environment_id
FROM awscc.appconfig.environments
WHERE region = 'us-east-1'

Permissions

To operate on the environments resource, the following permissions are required:

Create

appconfig:CreateEnvironment,
appconfig:GetEnvironment,
appconfig:ListTagsForResource,
appconfig:TagResource,
iam:PassRole

List

appconfig:ListEnvironments