Interface IOriginAccessIdentity.Jsii$Default

All Superinterfaces:
ICloudFrontOriginAccessIdentityRef, ICloudFrontOriginAccessIdentityRef.Jsii$Default, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IGrantable, IGrantable.Jsii$Default, IOriginAccessIdentity, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IOriginAccessIdentity.Jsii$Proxy
Enclosing interface:
IOriginAccessIdentity

@Internal public static interface IOriginAccessIdentity.Jsii$Default extends IOriginAccessIdentity, IResource.Jsii$Default, ICloudFrontOriginAccessIdentityRef.Jsii$Default, IGrantable.Jsii$Default
Internal default implementation for IOriginAccessIdentity.
  • Method Details

    • getOriginAccessIdentityId

      @Stability(Stable) @NotNull default String getOriginAccessIdentityId()
      The Origin Access Identity Id (physical id) This was called originAccessIdentityName before.
      Specified by:
      getOriginAccessIdentityId in interface IOriginAccessIdentity
    • getOriginAccessIdentityName

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

      Specified by:
      getOriginAccessIdentityName in interface IOriginAccessIdentity