Struct aws_sdk_cloudfront::model::OriginShield
source · [−]#[non_exhaustive]pub struct OriginShield { /* private fields */ }
Expand description
CloudFront Origin Shield.
Using Origin Shield can help reduce the load on your origin. For more information, see Using Origin Shield in the Amazon CloudFront Developer Guide.
Implementations
sourceimpl OriginShield
impl OriginShield
sourcepub fn enabled(&self) -> Option<bool>
pub fn enabled(&self) -> Option<bool>
A flag that specifies whether Origin Shield is enabled.
When it’s enabled, CloudFront routes all requests through Origin Shield, which can help protect your origin. When it’s disabled, CloudFront might send requests directly to your origin from multiple edge locations or regional edge caches.
sourcepub fn origin_shield_region(&self) -> Option<&str>
pub fn origin_shield_region(&self) -> Option<&str>
The Amazon Web Services Region for Origin Shield.
Specify the Amazon Web Services Region that has the lowest latency to your origin. To specify a region, use the region code, not the region name. For example, specify the US East (Ohio) region as us-east-2
.
When you enable CloudFront Origin Shield, you must specify the Amazon Web Services Region for Origin Shield. For the list of Amazon Web Services Regions that you can specify, and for help choosing the best Region for your origin, see Choosing the Amazon Web Services Region for Origin Shield in the Amazon CloudFront Developer Guide.
sourceimpl OriginShield
impl OriginShield
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OriginShield
.
Trait Implementations
sourceimpl Clone for OriginShield
impl Clone for OriginShield
sourcefn clone(&self) -> OriginShield
fn clone(&self) -> OriginShield
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more