| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LoggingConfiguration.Jsii$Proxy
An implementation for
LoggingConfiguration |
| Modifier and Type | Method and Description |
|---|---|
LoggingConfiguration |
LoggingConfiguration.Builder.build()
Builds the configured instance.
|
default LoggingConfiguration |
CloudFrontWebDistributionProps.getLoggingConfig()
(experimental) Optional - if we should enable logging.
|
LoggingConfiguration |
CloudFrontWebDistributionProps.Jsii$Proxy.getLoggingConfig() |
| Modifier and Type | Method and Description |
|---|---|
CloudFrontWebDistributionProps.Builder |
CloudFrontWebDistributionProps.Builder.loggingConfig(LoggingConfiguration loggingConfig)
Sets the value of
CloudFrontWebDistributionProps.getLoggingConfig() |
CloudFrontWebDistribution.Builder |
CloudFrontWebDistribution.Builder.loggingConfig(LoggingConfiguration loggingConfig)
(experimental) Optional - if we should enable logging.
|
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends SourceConfiguration> originConfigs,
String comment,
String defaultRootObject,
Boolean enableIpV6,
List<? extends CfnDistribution.CustomErrorResponseProperty> errorConfigurations,
GeoRestriction geoRestriction,
HttpVersion httpVersion,
LoggingConfiguration loggingConfig,
PriceClass priceClass,
ViewerCertificate viewerCertificate,
ViewerProtocolPolicy viewerProtocolPolicy,
String webAclId)
Constructor that initializes the object based on literal property values passed by the
CloudFrontWebDistributionProps.Builder. |
Copyright © 2021. All rights reserved.