@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-11T17:58:48.792Z") @Stability(value=Stable) public interface CloudFrontWebDistributionAttributes extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cloudfront.*;
CloudFrontWebDistributionAttributes cloudFrontWebDistributionAttributes = CloudFrontWebDistributionAttributes.builder()
.distributionId("distributionId")
.domainName("domainName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CloudFrontWebDistributionAttributes.Builder
A builder for
CloudFrontWebDistributionAttributes |
static class |
CloudFrontWebDistributionAttributes.Jsii$Proxy
An implementation for
CloudFrontWebDistributionAttributes |
| Modifier and Type | Method and Description |
|---|---|
static CloudFrontWebDistributionAttributes.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 CloudFrontWebDistributionAttributes.Builder builder()
Copyright © 2022. All rights reserved.