Interface IDistribution

All Superinterfaces:
IConstruct, software.constructs.IConstruct, IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IDistribution.Jsii$Default
All Known Implementing Classes:
CloudFrontWebDistribution, Distribution, IDistribution.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:43.694Z") @Stability(Stable) public interface IDistribution extends software.amazon.jsii.JsiiSerializable, IResource
Interface for CloudFront distributions.
  • Method Details

    • getDistributionDomainName

      @Stability(Stable) @NotNull String getDistributionDomainName()
      The domain name of the Distribution, such as d111111abcdef8.cloudfront.net.
    • getDistributionId

      @Stability(Stable) @NotNull String getDistributionId()
      The distribution ID for this distribution.
    • getDomainName

      @Stability(Deprecated) @Deprecated @NotNull String getDomainName()
      Deprecated.
      • Use distributionDomainName instead.
      (deprecated) The domain name of the Distribution, such as d111111abcdef8.cloudfront.net.