@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-11T17:58:48.797Z") @Stability(value=Stable) public interface DistributionAttributes extends software.amazon.jsii.JsiiSerializable
Example:
// Using a reference to an imported Distribution
IDistribution distribution = Distribution.fromDistributionAttributes(this, "ImportedDist", DistributionAttributes.builder()
.domainName("d111111abcdef8.cloudfront.net")
.distributionId("012345ABCDEF")
.build());
| Modifier and Type | Interface and Description |
|---|---|
static class |
DistributionAttributes.Builder
A builder for
DistributionAttributes |
static class |
DistributionAttributes.Jsii$Proxy
An implementation for
DistributionAttributes |
| Modifier and Type | Method and Description |
|---|---|
static DistributionAttributes.Builder |
builder() |
String |
getDistributionId()
The distribution ID for this distribution.
|
String |
getDomainName()
The generated domain name of the Distribution, such as d111111abcdef8.cloudfront.net.
|
@Stability(value=Stable) @NotNull String getDistributionId()
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) static DistributionAttributes.Builder builder()
DistributionAttributes.Builder of DistributionAttributesCopyright © 2022. All rights reserved.