aws.migration_hub_refactor_spaces.list_environment_vpcs
Example SQL Queries
SELECT * FROMaws.migration_hub_refactor_spaces.list_environment_vpcsWHERE"environment_identifier" = 'VALUE';Description
Lists all Amazon Web Services Migration Hub Refactor Spaces service virtual private clouds (VPCs) that are part of the environment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| environment_identifier Required Input Column The ID of the environment. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| account_id The Amazon Web Services account ID of the virtual private cloud (VPC) owner. | VARCHAR |
| cidr_blocks The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks. | VARCHAR[] |
Show child fields
| |
| created_time A timestamp that indicates when the VPC is first added to the environment. | TIMESTAMP_S |
| environment_id The unique identifier of the environment. | VARCHAR |
| last_updated_time A timestamp that indicates when the VPC was last updated by the environment. | TIMESTAMP_S |
| vpc_id The ID of the VPC. | VARCHAR |
| vpc_name The name of the VPC at the time it is added to the environment. | VARCHAR |