aws.repostspace.get_space
Example SQL Queries
SELECT * FROMaws.repostspace.get_spaceWHERE"space_id" = 'VALUE';Description
Displays information about the AWS re:Post Private private re:Post.
Table Definition
| Column Name | Column Data Type |
|---|---|
| space_id Required Input Column The unique ID of the private re:Post. | 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
| |
| arn The ARN of the private re:Post. | VARCHAR |
| client_id The Identity Center identifier for the Application Instance. | 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 |
| customer_role_arn The IAM role that grants permissions to the private re:Post to convert unanswered questions into AWS support tickets. | VARCHAR |
| delete_date_time The date when the private re:Post was deleted. | TIMESTAMP_S |
| description The description of the private re:Post. | VARCHAR |
| group_admins The list of groups that are administrators of the private re:Post. | VARCHAR[] |
Show child fields
| |
| name The name of the private re:Post. | VARCHAR |
| random_domain The AWS generated subdomain of the private re:Post | VARCHAR |
| status The creation or 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_admins The list of users that are administrators of the private re:Post. | VARCHAR[] |
Show child fields
| |
| user_count The number of users that have onboarded 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 The 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 The approval status of the custom subdomain. | VARCHAR |