lightsail_update_distribution: Updates an existing Amazon Lightsail content delivery network...

View source: R/lightsail_operations.R

lightsail_update_distributionR Documentation

Updates an existing Amazon Lightsail content delivery network (CDN) distribution

Description

Updates an existing Amazon Lightsail content delivery network (CDN) distribution.

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

Usage

lightsail_update_distribution(
  distributionName,
  origin = NULL,
  defaultCacheBehavior = NULL,
  cacheBehaviorSettings = NULL,
  cacheBehaviors = NULL,
  isEnabled = NULL
)

Arguments

distributionName

[required] The name of the distribution to update.

Use the get_distributions action to get a list of distribution names that you can specify.

origin

An object that describes the origin resource for the distribution, such as a Lightsail instance, bucket, or load balancer.

The distribution pulls, caches, and serves content from the origin.

defaultCacheBehavior

An object that describes the default cache behavior for the distribution.

cacheBehaviorSettings

An object that describes the cache behavior settings for the distribution.

The cacheBehaviorSettings specified in your UpdateDistributionRequest will replace your distribution's existing settings.

cacheBehaviors

An array of objects that describe the per-path cache behavior for the distribution.

isEnabled

Indicates whether to enable the distribution.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.