public_key
Gets an individual public_key
resource
Overview
Name | public_key |
Type | Resource |
Description | public_key |
Id | awscc.cloudfront.public_key |
Fields
Name | Datatype | Description |
---|---|---|
created_time | string | |
id | string | |
public_key_config | object | |
region | string | AWS 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