Struct cfn::aws::ses::ConfigurationSetEventDestinationProperties [] [src]

pub struct ConfigurationSetEventDestinationProperties {
    pub configuration_set_name: Value<String>,
    pub event_destination: Value<EventDestination>,
}

Properties for the ConfigurationSetEventDestination resource.

Fields

Property ConfigurationSetName.

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

Property EventDestination.

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

Trait Implementations

impl Debug for ConfigurationSetEventDestinationProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for ConfigurationSetEventDestinationProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ConfigurationSetEventDestinationProperties> for ConfigurationSetEventDestination
[src]

Auto Trait Implementations