Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cloudfront_create_invalidation

Create a new invalidation


Description

Create a new invalidation.

Usage

cloudfront_create_invalidation(DistributionId, InvalidationBatch)

Arguments

DistributionId

[required] The distribution's id.

InvalidationBatch

[required] The batch information for the invalidation.

Value

A list with the following syntax:

list(
  Location = "string",
  Invalidation = list(
    Id = "string",
    Status = "string",
    CreateTime = as.POSIXct(
      "2015-01-01"
    ),
    InvalidationBatch = list(
      Paths = list(
        Quantity = 123,
        Items = list(
          "string"
        )
      ),
      CallerReference = "string"
    )
  )
)

Request syntax

svc$create_invalidation(
  DistributionId = "string",
  InvalidationBatch = list(
    Paths = list(
      Quantity = 123,
      Items = list(
        "string"
      )
    ),
    CallerReference = "string"
  )
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.