Struct cfn::aws::wafregional::WebACLAssociationProperties [] [src]

pub struct WebACLAssociationProperties {
    pub resource_arn: Value<String>,
    pub web_acl_id: Value<String>,
}

Properties for the WebACLAssociation resource.

Fields

Property ResourceArn.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property WebACLId.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for WebACLAssociationProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for WebACLAssociationProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for WebACLAssociationProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<WebACLAssociationProperties> for WebACLAssociation
[src]

[src]

Performs the conversion.

Auto Trait Implementations