Struct cfn::aws::sqs::QueuePolicyProperties [] [src]

pub struct QueuePolicyProperties {
    pub policy_document: Value<Value>,
    pub queues: ValueList<String>,
}

Properties for the QueuePolicy resource.

Fields

Property PolicyDocument.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Queues.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for QueuePolicyProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for QueuePolicyProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<QueuePolicyProperties> for QueuePolicy
[src]

[src]

Performs the conversion.

Auto Trait Implementations