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

cloudfront_update_public_key

Update public key information


Description

Update public key information. Note that the only value you can change is the comment.

Usage

cloudfront_update_public_key(PublicKeyConfig, Id, IfMatch)

Arguments

PublicKeyConfig

[required] A public key configuration.

Id

[required] The identifier of the public key that you are updating.

IfMatch

The value of the ETag header that you received when retrieving the public key to update. For example: E2QWRUHAPOMQZL.

Value

A list with the following syntax:

list(
  PublicKey = list(
    Id = "string",
    CreatedTime = as.POSIXct(
      "2015-01-01"
    ),
    PublicKeyConfig = list(
      CallerReference = "string",
      Name = "string",
      EncodedKey = "string",
      Comment = "string"
    )
  ),
  ETag = "string"
)

Request syntax

svc$update_public_key(
  PublicKeyConfig = list(
    CallerReference = "string",
    Name = "string",
    EncodedKey = "string",
    Comment = "string"
  ),
  Id = "string",
  IfMatch = "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.