continuous_deployment_policies_list_only
Lists continuous_deployment_policies
in a region or regions, for all properties use continuous_deployment_policies
Overview
Name | continuous_deployment_policies_list_only |
Type | Resource |
Description | Creates a continuous deployment policy that routes a subset of production traffic from a primary distribution to a staging distribution. After you create and update a staging distribution, you can use a continuous deployment policy to incrementally move traffic to the staging distribution. This enables you to test changes to a distribution's configuration before moving all of your production traffic to the new configuration. For more information, see [Using CloudFront continuous deployment to safely test CDN configuration changes](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/continuous-deployment.html) in the *Amazon CloudFront Developer Guide*. |
Id | aws.cloudfront.continuous_deployment_policies_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all continuous_deployment_policies
in a region.
SELECT
region,
id
FROM aws.cloudfront.continuous_deployment_policies_list_only
;
Permissions
For permissions required to operate on the continuous_deployment_policies_list_only
resource, see continuous_deployment_policies