@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:52.427Z") @Stability(value=Stable) public interface IDistribution extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDistribution.Jsii$Default
Internal default implementation for
IDistribution. |
static class |
IDistribution.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDistributionDomainName()
The domain name of the Distribution, such as d111111abcdef8.cloudfront.net.
|
String |
getDistributionId()
The distribution ID for this distribution.
|
String |
getDomainName()
Deprecated.
- Use `distributionDomainName` instead.
|
getNode@Stability(value=Stable) @NotNull String getDistributionDomainName()
@Stability(value=Stable) @NotNull String getDistributionId()
@Stability(value=Deprecated) @Deprecated @NotNull String getDomainName()
Copyright © 2021. All rights reserved.