Struct cfn::aws::sns::TopicPolicyProperties [] [src]

pub struct TopicPolicyProperties {
    pub policy_document: Value<Value>,
    pub topics: ValueList<String>,
}

Properties for the TopicPolicy resource.

Fields

Property PolicyDocument.

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

Property Topics.

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

Trait Implementations

impl Debug for TopicPolicyProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TopicPolicyProperties
[src]

[src]

Returns the "default value" for a type. Read more

impl Serialize for TopicPolicyProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<TopicPolicyProperties> for TopicPolicy
[src]

[src]

Performs the conversion.

Auto Trait Implementations