List Outposts With S3
s3outposts_list_outposts_with_s3 | R Documentation |
Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account¶
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).
Usage¶
s3outposts_list_outposts_with_s3(NextToken, MaxResults)
Arguments¶
NextToken |
When you can get additional results from the
|
MaxResults |
The maximum number of Outposts to return. The limit is 100. |
Value¶
A list with the following syntax:
list(
Outposts = list(
list(
OutpostArn = "string",
S3OutpostArn = "string",
OutpostId = "string",
OwnerId = "string",
CapacityInBytes = 123
)
),
NextToken = "string"
)
Request syntax¶
svc$list_outposts_with_s3(
NextToken = "string",
MaxResults = 123
)