Interface IOriginAccessIdentity

All Superinterfaces:
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.101.0 (build b95fe5d)", date="2024-07-22T22:42:48.525Z") @Stability(Stable) public interface IOriginAccessIdentity extends software.amazon.jsii.JsiiSerializable, IResource, IGrantable
Interface for CloudFront OriginAccessIdentity.
  • Method Details

    • getOriginAccessIdentityId

      @Stability(Stable) @NotNull String getOriginAccessIdentityId()
      The Origin Access Identity Id (physical id) This was called originAccessIdentityName before.
    • getOriginAccessIdentityName

      @Stability(Deprecated) @Deprecated @NotNull String getOriginAccessIdentityName()
      Deprecated.
      use originAccessIdentityId instead
      (deprecated) The Origin Access Identity Id (physical id) It is misnamed and superseded by the correctly named originAccessIdentityId.