Skip to main content

public_key

Gets an individual public_key resource

Overview

Namepublic_key
TypeResource
Descriptionpublic_key
Idawscc.cloudfront.public_key

Fields

NameDatatypeDescription
created_timestring
idstring
public_key_configobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
created_time,
id,
public_key_config
FROM awscc.cloudfront.public_key
WHERE data__Identifier = '<Id>';

Permissions

To operate on the public_key resource, the following permissions are required:

Delete

cloudfront:DeletePublicKey,
cloudfront:GetPublicKey

Read

cloudfront:GetPublicKey

Update

cloudfront:UpdatePublicKey,
cloudfront:GetPublicKey