pub struct ForwardedValues {
pub cookies: Option<Value<Cookies>>,
pub headers: Option<ValueList<String>>,
pub query_string: Value<bool>,
pub query_string_cache_keys: Option<ValueList<String>>,
}Expand description
The AWS::CloudFront::Distribution.ForwardedValues property type.
Fields§
Property Cookies.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
headers: Option<ValueList<String>>Property Headers.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
query_string: Value<bool>Property QueryString.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
query_string_cache_keys: Option<ValueList<String>>Property QueryStringCacheKeys.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for ForwardedValues
impl Debug for ForwardedValues
Source§impl Default for ForwardedValues
impl Default for ForwardedValues
Source§fn default() -> ForwardedValues
fn default() -> ForwardedValues
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ForwardedValues
impl RefUnwindSafe for ForwardedValues
impl Send for ForwardedValues
impl Sync for ForwardedValues
impl Unpin for ForwardedValues
impl UnwindSafe for ForwardedValues
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more