environment
Gets an individual environment
resource
Overview
Name | environment |
Type | Resource |
Description | environment |
Id | awscc.refactorspaces.environment |
Fields
Name | Datatype | Description |
---|---|---|
description | string | |
environment_identifier | string | |
name | string | |
network_fabric_type | string | |
arn | string | |
transit_gateway_id | string | |
tags | array | Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
description,
environment_identifier,
name,
network_fabric_type,
arn,
transit_gateway_id,
tags
FROM awscc.refactorspaces.environment
WHERE data__Identifier = '<EnvironmentIdentifier>';
Permissions
To operate on the environment
resource, the following permissions are required:
Read
refactor-spaces:GetEnvironment,
refactor-spaces:ListTagsForResource
Delete
refactor-spaces:GetEnvironment,
refactor-spaces:DeleteEnvironment,
refactor-spaces:UntagResource,
ec2:DescribeTransitGateways,
ec2:DescribeTransitGatewayVpcAttachments,
ec2:DeleteTransitGateway,
ec2:DeleteTransitGatewayVpcAttachment,
ec2:DeleteTags,
ram:GetResourceShareAssociations,
ram:DeleteResourceShare