Show / Hide Table of Contents

Interface ICachePolicy

Represents a Cache Policy.

Inherited Members
ICachePolicyRef.CachePolicyRef
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICachePolicy : ICachePolicyRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface ICachePolicy Inherits ICachePolicyRef, IConstruct, IDependable, IEnvironmentAware

Synopsis

Properties

CachePolicyId

The ID of the cache policy.

Properties

CachePolicyId

The ID of the cache policy.

string CachePolicyId { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX