cloudfront_update_continuous_deployment_policy {paws.networking} | R Documentation |
Updates a continuous deployment policy
Description
Updates a continuous deployment policy. You can update a continuous deployment policy to enable or disable it, to change the percentage of traffic that it sends to the staging distribution, or to change the staging distribution that it sends traffic to.
See https://www.paws-r-sdk.com/docs/cloudfront_update_continuous_deployment_policy/ for full documentation.
Usage
cloudfront_update_continuous_deployment_policy(
ContinuousDeploymentPolicyConfig,
Id,
IfMatch = NULL
)
Arguments
ContinuousDeploymentPolicyConfig |
[required] The continuous deployment policy configuration. |
Id |
[required] The identifier of the continuous deployment policy that you are updating. |
IfMatch |
The current version ( |
[Package paws.networking version 0.7.0 Index]