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

pub struct SubscriptionProperties {
    pub delivery_policy: Option<Value<Value>>,
    pub endpoint: Option<Value<String>>,
    pub filter_policy: Option<Value<Value>>,
    pub protocol: Value<String>,
    pub raw_message_delivery: Option<Value<bool>>,
    pub redrive_policy: Option<Value<Value>>,
    pub region: Option<Value<String>>,
    pub subscription_role_arn: Option<Value<String>>,
    pub topic_arn: Value<String>,
}
Expand description

Properties for the Subscription resource.

Fields

delivery_policy: Option<Value<Value>>

Property DeliveryPolicy.

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

endpoint: Option<Value<String>>

Property Endpoint.

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

filter_policy: Option<Value<Value>>

Property FilterPolicy.

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

protocol: Value<String>

Property Protocol.

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

raw_message_delivery: Option<Value<bool>>

Property RawMessageDelivery.

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

redrive_policy: Option<Value<Value>>

Property RedrivePolicy.

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

region: Option<Value<String>>

Property Region.

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

subscription_role_arn: Option<Value<String>>

Property SubscriptionRoleArn.

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

topic_arn: Value<String>

Property TopicArn.

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

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Performs the conversion.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.