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

pub struct SubscriptionProperties {
    pub endpoint: Option<Value<String>>,
    pub protocol: Option<Value<String>>,
    pub topic_arn: Option<Value<String>>,
}

Properties for the Subscription resource.

Fields

Property Endpoint.

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

Property Protocol.

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

Property TopicArn.

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

Trait Implementations

impl Debug for SubscriptionProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for SubscriptionProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<SubscriptionProperties> for Subscription
[src]

[src]

Performs the conversion.

Auto Trait Implementations