AwsCloudfrontPolicyReference

interface AwsCloudfrontPolicyReference { id: string; }

A typed reference to a managed CloudFront policy.

Example

CODE
`const policy: AwsCloudfrontPolicyReference = { id: 'policy-id' };`

Properties

id: string

CloudFront policy ID.