aws.s3outposts.list_outposts_with_s3
Example SQL Queries
SELECT * FROMaws.s3outposts.list_outposts_with_s3;Description
Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account. Includes S3 on Outposts that you have access to as the Outposts owner, or as a shared user from Resource Access Manager (RAM).
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
| |
| capacity_in_bytes The Amazon S3 capacity of the outpost in bytes. | BIGINT |
| outpost_arn Specifies the unique Amazon Resource Name (ARN) for the outpost. | VARCHAR |
| outpost_id Specifies the unique identifier for the outpost. | VARCHAR |
| owner_id Returns the Amazon Web Services account ID of the outpost owner. Useful for comparing owned versus shared outposts. | VARCHAR |
| s3_outpost_arn Specifies the unique S3 on Outposts ARN for use with Resource Access Manager (RAM). | VARCHAR |