Interface IOriginAccessIdentity
- All Superinterfaces:
ICloudFrontOriginAccessIdentityRef
,software.constructs.IConstruct
,software.constructs.IDependable
,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.113.0 (build fc68b25)",
date="2025-09-22T11:33:02.416Z")
@Stability(Stable)
public interface IOriginAccessIdentity
extends software.amazon.jsii.JsiiSerializable, IResource, IGrantable, ICloudFrontOriginAccessIdentityRef
Interface for CloudFront OriginAccessIdentity.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIOriginAccessIdentity
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionsoftware.constructs.Node
getNode()
The tree node.The Origin Access Identity Id (physical id) This was called originAccessIdentityName before.Deprecated.use originAccessIdentityId insteadMethods inherited from interface software.amazon.awscdk.services.cloudfront.ICloudFrontOriginAccessIdentityRef
getCloudFrontOriginAccessIdentityRef
Methods inherited from interface software.amazon.awscdk.services.iam.IGrantable
getGrantPrincipal
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods 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. -
getNode
@Stability(Stable) @NotNull software.constructs.Node getNode()The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
-