Struct cfn::aws::logs::DestinationProperties [] [src]

pub struct DestinationProperties {
    pub destination_name: Value<String>,
    pub destination_policy: Value<String>,
    pub role_arn: Value<String>,
    pub target_arn: Value<String>,
}

Properties for the Destination resource.

Fields

Property DestinationName.

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

Property DestinationPolicy.

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

Property RoleArn.

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

Property TargetArn.

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

Trait Implementations

impl Debug for DestinationProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for DestinationProperties
[src]

[src]

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

impl Serialize for DestinationProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<DestinationProperties> for Destination
[src]

[src]

Performs the conversion.

Auto Trait Implementations