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

pub struct MetricFilterProperties {
    pub filter_pattern: Value<String>,
    pub log_group_name: Value<String>,
    pub metric_transformations: ValueList<MetricTransformation>,
}

Properties for the MetricFilter resource.

Fields

Property FilterPattern.

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

Property LogGroupName.

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

Property MetricTransformations.

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

Trait Implementations

impl Debug for MetricFilterProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for MetricFilterProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<MetricFilterProperties> for MetricFilter
[src]

[src]

Performs the conversion.

Auto Trait Implementations