Struct aws_sdk_securityhub::model::aws_cloud_front_distribution_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsCloudFrontDistributionDetails
Implementations
Provides information about the cache configuration for the distribution.
pub fn set_cache_behaviors(
self,
input: Option<AwsCloudFrontDistributionCacheBehaviors>
) -> Self
pub fn set_cache_behaviors(
self,
input: Option<AwsCloudFrontDistributionCacheBehaviors>
) -> Self
Provides information about the cache configuration for the distribution.
pub fn default_cache_behavior(
self,
input: AwsCloudFrontDistributionDefaultCacheBehavior
) -> Self
pub fn default_cache_behavior(
self,
input: AwsCloudFrontDistributionDefaultCacheBehavior
) -> Self
The default cache behavior for the configuration.
pub fn set_default_cache_behavior(
self,
input: Option<AwsCloudFrontDistributionDefaultCacheBehavior>
) -> Self
pub fn set_default_cache_behavior(
self,
input: Option<AwsCloudFrontDistributionDefaultCacheBehavior>
) -> Self
The default cache behavior for the configuration.
The object that CloudFront sends in response to requests from the origin (for example, index.html) when a viewer requests the root URL for the distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html).
The object that CloudFront sends in response to requests from the origin (for example, index.html) when a viewer requests the root URL for the distribution (http://www.example.com) instead of an object in your distribution (http://www.example.com/product-description.html).
The domain name corresponding to the distribution.
The domain name corresponding to the distribution.
Indicates when that the distribution was last modified.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Indicates when that the distribution was last modified.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
A complex type that controls whether access logs are written for the distribution.
A complex type that controls whether access logs are written for the distribution.
A complex type that contains information about origins for this distribution.
A complex type that contains information about origins for this distribution.
Provides information about the origin groups in the distribution.
Provides information about the origin groups in the distribution.
Provides information about the TLS/SSL configuration that the distribution uses to communicate with viewers.
pub fn set_viewer_certificate(
self,
input: Option<AwsCloudFrontDistributionViewerCertificate>
) -> Self
pub fn set_viewer_certificate(
self,
input: Option<AwsCloudFrontDistributionViewerCertificate>
) -> Self
Provides information about the TLS/SSL configuration that the distribution uses to communicate with viewers.
Indicates the current status of the distribution.
Indicates the current status of the distribution.
A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution.
A unique identifier that specifies the WAF web ACL, if any, to associate with this distribution.
Consumes the builder and constructs a AwsCloudFrontDistributionDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more