Show / Hide Table of Contents

Interface IOriginAccessControl

Represents a CloudFront Origin Access Control.

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

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