Learn R Programming

paws.networking (version 0.1.9)

cloudfront_create_public_key: Add a new public key to CloudFront to use, for example, for field-level encryption

Description

Add a new public key to CloudFront to use, for example, for field-level encryption. You can add a maximum of 10 public keys with one AWS account.

Usage

cloudfront_create_public_key(PublicKeyConfig)

Arguments

PublicKeyConfig

[required] The request to add a public key to CloudFront.

Request syntax

svc$create_public_key(
  PublicKeyConfig = list(
    CallerReference = "string",
    Name = "string",
    EncodedKey = "string",
    Comment = "string"
  )
)