Interface IOriginAccessIdentity
- All Superinterfaces:
ICloudFrontOriginAccessIdentityRef,software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IGrantable,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IOriginAccessIdentity.Jsii$Default
- All Known Implementing Classes:
IOriginAccessIdentity.Jsii$Proxy,OriginAccessIdentity
@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)",
date="2026-01-08T14:57:01.384Z")
@Stability(Stable)
public interface IOriginAccessIdentity
extends software.amazon.jsii.JsiiSerializable, IResource, IGrantable, ICloudFrontOriginAccessIdentityRef
Interface for CloudFront OriginAccessIdentity.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIOriginAccessIdentity.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe Origin Access Identity Id (physical id) This was called originAccessIdentityName before.Deprecated.use originAccessIdentityId insteadMethods inherited from interface software.amazon.awscdk.interfaces.cloudfront.ICloudFrontOriginAccessIdentityRef
getCloudFrontOriginAccessIdentityRefMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.services.iam.IGrantable
getGrantPrincipalMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOriginAccessIdentityId
The Origin Access Identity Id (physical id) This was called originAccessIdentityName before. -
getOriginAccessIdentityName
Deprecated.use originAccessIdentityId instead(deprecated) The Origin Access Identity Id (physical id) It is misnamed and superseded by the correctly named originAccessIdentityId.
-