cloudfront_update_distribution_with_staging_config: Copies the staging distribution's configuration to its...

View source: R/cloudfront_operations.R

cloudfront_update_distribution_with_staging_configR Documentation

Copies the staging distribution's configuration to its corresponding primary distribution

Description

Copies the staging distribution's configuration to its corresponding primary distribution. The primary distribution retains its Aliases (also known as alternate domain names or CNAMEs) and ContinuousDeploymentPolicyId value, but otherwise its configuration is overwritten to match the staging distribution.

See https://www.paws-r-sdk.com/docs/cloudfront_update_distribution_with_staging_config/ for full documentation.

Usage

cloudfront_update_distribution_with_staging_config(
  Id,
  StagingDistributionId = NULL,
  IfMatch = NULL
)

Arguments

Id

[required] The identifier of the primary distribution to which you are copying a staging distribution's configuration.

StagingDistributionId

The identifier of the staging distribution whose configuration you are copying to the primary distribution.

IfMatch

The current versions (ETag values) of both primary and staging distributions. Provide these in the following format:

⁠<primary ETag>, <staging ETag>⁠


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