aws.efs.describe_account_preferences
Example SQL Queries
SELECT * FROMaws.efs.describe_account_preferences;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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column (Optional) When retrieving account preferences, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response. The default value is 100. | BIGINT |
| next_token Input Column Present if there are more records than returned in the response. You can use the NextToken in the subsequent request to fetch the additional descriptions. | VARCHAR |
| _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
| |
| resource_id_preference Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region. | STRUCT( |
Show child fields
| |