plans_list_only
Lists plans in a region or regions, for all properties use plans
Overview
| Name | plans_list_only |
| Type | Resource |
| Description | Represents a plan that specifies Regions, IAM roles, and workflows of logic required to perform the desired change to your multi-Region application |
| Id | awscc.arcregionswitch.plans_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all plans in a region.
SELECT
region,
arn
FROM awscc.arcregionswitch.plans_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the plans_list_only resource, see plans