pub struct WebACLAssociationProperties {
pub resource_arn: Value<String>,
pub web_acl_arn: Value<String>,
}Expand description
Properties for the WebACLAssociation resource.
Fields§
§resource_arn: Value<String>Property ResourceArn.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
web_acl_arn: Value<String>Property WebACLArn.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
Trait Implementations§
Source§impl Debug for WebACLAssociationProperties
impl Debug for WebACLAssociationProperties
Source§impl Default for WebACLAssociationProperties
impl Default for WebACLAssociationProperties
Source§fn default() -> WebACLAssociationProperties
fn default() -> WebACLAssociationProperties
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WebACLAssociationProperties
impl<'de> Deserialize<'de> for WebACLAssociationProperties
Source§fn deserialize<D: Deserializer<'de>>(
d: D,
) -> Result<WebACLAssociationProperties, D::Error>
fn deserialize<D: Deserializer<'de>>( d: D, ) -> Result<WebACLAssociationProperties, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<WebACLAssociationProperties> for WebACLAssociation
impl From<WebACLAssociationProperties> for WebACLAssociation
Source§fn from(properties: WebACLAssociationProperties) -> WebACLAssociation
fn from(properties: WebACLAssociationProperties) -> WebACLAssociation
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WebACLAssociationProperties
impl RefUnwindSafe for WebACLAssociationProperties
impl Send for WebACLAssociationProperties
impl Sync for WebACLAssociationProperties
impl Unpin for WebACLAssociationProperties
impl UnwindSafe for WebACLAssociationProperties
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