response_headers_policy
Gets an individual response_headers_policy
resource
Overview
Name | response_headers_policy |
Type | Resource |
Description | response_headers_policy |
Id | awscc.cloudfront.response_headers_policy |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
last_modified_time | string | |
response_headers_policy_config | object | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id,
last_modified_time,
response_headers_policy_config
FROM awscc.cloudfront.response_headers_policy
WHERE data__Identifier = '<Id>';
Permissions
To operate on the response_headers_policy
resource, the following permissions are required:
Delete
cloudfront:DeleteResponseHeadersPolicy,
cloudfront:GetResponseHeadersPolicy
Read
cloudfront:GetResponseHeadersPolicy
Update
cloudfront:UpdateResponseHeadersPolicy,
cloudfront:GetResponseHeadersPolicy