Struct aws_sdk_cloudfront::model::FunctionAssociation
source · #[non_exhaustive]pub struct FunctionAssociation { /* private fields */ }
Expand description
A CloudFront function that is associated with a cache behavior in a CloudFront distribution.
Implementations§
source§impl FunctionAssociation
impl FunctionAssociation
sourcepub fn function_arn(&self) -> Option<&str>
pub fn function_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the function.
sourcepub fn event_type(&self) -> Option<&EventType>
pub fn event_type(&self) -> Option<&EventType>
The event type of the function, either viewer-request
or viewer-response
. You cannot use origin-facing event types (origin-request
and origin-response
) with a CloudFront function.
source§impl FunctionAssociation
impl FunctionAssociation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FunctionAssociation
.
Trait Implementations§
source§impl Clone for FunctionAssociation
impl Clone for FunctionAssociation
source§fn clone(&self) -> FunctionAssociation
fn clone(&self) -> FunctionAssociation
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FunctionAssociation
impl Debug for FunctionAssociation
source§impl PartialEq<FunctionAssociation> for FunctionAssociation
impl PartialEq<FunctionAssociation> for FunctionAssociation
source§fn eq(&self, other: &FunctionAssociation) -> bool
fn eq(&self, other: &FunctionAssociation) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.