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¶
NextTokenWhen you can get additional results from the
list_outposts_with_s3call, aNextTokenparameter is returned in the output. You can then pass in a subsequent command to theNextTokenparameter to continue listing additional Outposts.MaxResultsThe 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"
)