aws.codecatalyst.get_space
Example SQL Queries
SELECT * FROMaws.codecatalyst.get_spaceWHERE"name" = 'VALUE';Description
Returns information about an space.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the space. | 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
| |
| description The description of the space. | VARCHAR |
| display_name The friendly name of the space displayed to users. | VARCHAR |
| region_name The Amazon Web Services Region where the space exists. | VARCHAR |