paws.networking (version 0.1.6)

cloudfront_delete_distribution: Delete a distribution

Description

Delete a distribution.

Usage

cloudfront_delete_distribution(Id, IfMatch)

Arguments

Id

[required] The distribution ID.

IfMatch

The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.

Request syntax

svc$delete_distribution(
  Id = "string",
  IfMatch = "string"
)