Describe Account Preferences
efs_describe_account_preferences | R Documentation |
Returns the account preferences settings for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region¶
Description¶
Returns the account preferences settings for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
Usage¶
efs_describe_account_preferences(NextToken, MaxResults)
Arguments¶
NextToken |
(Optional) You can use |
MaxResults |
(Optional) When retrieving account preferences, you can
optionally specify the |
Value¶
A list with the following syntax:
list(
ResourceIdPreference = list(
ResourceIdType = "LONG_ID"|"SHORT_ID",
Resources = list(
"FILE_SYSTEM"|"MOUNT_TARGET"
)
),
NextToken = "string"
)
Request syntax¶
svc$describe_account_preferences(
NextToken = "string",
MaxResults = 123
)