preferences_list_only
Lists preferences in a region or regions, for all properties use preferences
Overview
| Name | preferences_list_only |
| Type | Resource |
| Description | Definition of AWS::SSMGuiConnect::Preferences Resource Type |
| Id | awscc.ssmguiconnect.preferences_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
account_id | string | The AWS Account Id that the preference is associated with, used as the unique identifier for this resource. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all preferences in a region.
SELECT
region,
account_id
FROM awscc.ssmguiconnect.preferences_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the preferences_list_only resource, see preferences