@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:30.327Z") @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.
|
applyRemovalPolicy, getEnv, getStack
getNode
@Stability(value=Stable) @NotNull String getDistributionDomainName()
@Stability(value=Stable) @NotNull String getDistributionId()
@Stability(value=Deprecated) @Deprecated @NotNull String getDomainName()
Copyright © 2023. All rights reserved.