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¶
Arguments¶
NextToken
When you can get additional results from the
list_outposts_with_s3
call, aNextToken
parameter is returned in the output. You can then pass in a subsequent command to theNextToken
parameter to continue listing additional Outposts.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"
)