| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsCloudFrontDistributionLogging |
AwsCloudFrontDistributionLogging.clone() |
AwsCloudFrontDistributionLogging |
AwsCloudFrontDistributionDetails.getLogging()
A complex type that controls whether access logs are written for the distribution.
|
AwsCloudFrontDistributionLogging |
AwsCloudFrontDistributionLogging.withBucket(String bucket)
The Amazon S3 bucket to store the access logs in.
|
AwsCloudFrontDistributionLogging |
AwsCloudFrontDistributionLogging.withEnabled(Boolean enabled)
With this field, you can enable or disable the selected distribution.
|
AwsCloudFrontDistributionLogging |
AwsCloudFrontDistributionLogging.withIncludeCookies(Boolean includeCookies)
Specifies whether you want CloudFront to include cookies in access logs.
|
AwsCloudFrontDistributionLogging |
AwsCloudFrontDistributionLogging.withPrefix(String prefix)
An optional string that you want CloudFront to use as a prefix to the access log filenames for this distribution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsCloudFrontDistributionDetails.setLogging(AwsCloudFrontDistributionLogging logging)
A complex type that controls whether access logs are written for the distribution.
|
AwsCloudFrontDistributionDetails |
AwsCloudFrontDistributionDetails.withLogging(AwsCloudFrontDistributionLogging logging)
A complex type that controls whether access logs are written for the distribution.
|
Copyright © 2020. All rights reserved.