aws.repostspace.list_spaces
Example SQL Queries
SELECT * FROMaws.repostspace.list_spaces;Description
Returns a list of AWS re:Post Private private re:Posts in the account with some information about each private re:Post.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| arn The ARN of the private re:Post. | VARCHAR |
| configuration_status The configuration status of the private re:Post. | VARCHAR |
| content_size The content size of the private re:Post. | BIGINT |
| create_date_time The date when the private re:Post was created. | TIMESTAMP_S |
| delete_date_time The date when the private re:Post was deleted. | TIMESTAMP_S |
| description The description for the private re:Post. This is used only to help you identify this private re:Post. | VARCHAR |
| name The name for the private re:Post. | VARCHAR |
| random_domain The AWS generated subdomain of the private re:Post. | VARCHAR |
| space_id The unique ID of the private re:Post. | VARCHAR |
| status The creation/deletion status of the private re:Post. | VARCHAR |
| storage_limit The storage limit of the private re:Post. | BIGINT |
| tier The pricing tier of the private re:Post. | VARCHAR |
| user_count The number of onboarded users to the private re:Post. | BIGINT |
| user_kms_key The custom AWS KMS key ARN that’s used for the AWS KMS encryption. | VARCHAR |
| vanity_domain This custom subdomain that you use to access your private re:Post. All custom subdomains must be approved by AWS before use. | VARCHAR |
| vanity_domain_status This approval status of the custom subdomain. | VARCHAR |