AwsCloudfrontCachePolicyReference

interface AwsCloudfrontCachePolicyReference extends module:@jobcloud/pulumi-components..AwsCloudfrontPolicyReference { id: string; kind: 'cache-policy'; }

Cache-policy reference.

Example

CODE
`const policy: AwsCloudfrontCachePolicyReference = { id: 'policy-id', kind: 'cache-policy' };`

Hierarchy


Properties

id: string

Inherited from id

CloudFront policy ID.

kind: 'cache-policy'

Reference kind.