Learn R Programming

paws.networking (version 0.1.10)

cloudfront_get_key_group: Gets a key group, including the date and time when the key group was last modified

Description

Gets a key group, including the date and time when the key group was last modified.

To get a key group, you must provide the key group<U+2019>s identifier. If the key group is referenced in a distribution<U+2019>s cache behavior, you can get the key group<U+2019>s identifier using ListDistributions or GetDistribution. If the key group is not referenced in a cache behavior, you can get the identifier using ListKeyGroups.

Usage

cloudfront_get_key_group(Id)

Arguments

Id

[required] The identifier of the key group that you are getting. To get the identifier, use ListKeyGroups.

Request syntax

svc$get_key_group(
  Id = "string"
)