Interface IOriginAccessControl
Represents a CloudFront Origin Access Control.
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
Remarks
Attribute: true