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

cloudfront_get_public_key_config

Gets a public key configuration


Description

Gets a public key configuration.

Usage

cloudfront_get_public_key_config(Id)

Arguments

Id

[required] The identifier of the public key whose configuration you are getting.

Value

A list with the following syntax:

list(
  PublicKeyConfig = list(
    CallerReference = "string",
    Name = "string",
    EncodedKey = "string",
    Comment = "string"
  ),
  ETag = "string"
)

Request syntax

svc$get_public_key_config(
  Id = "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.