Show / Hide Table of Contents

Interface IOriginAccessControl

Represents a CloudFront Origin Access Control.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IOriginAccessControl : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IOriginAccessControl Inherits IResource, IConstruct, IDependable

Synopsis

Properties

OriginAccessControlId

The unique identifier of the origin access control.

Properties

OriginAccessControlId

The unique identifier of the origin access control.

string OriginAccessControlId { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX