cloudfront_update_continuous_deployment_policy: Updates a continuous deployment policy

View source: R/cloudfront_operations.R

cloudfront_update_continuous_deployment_policyR 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 (ETag value) of the continuous deployment policy that you are updating.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.