Struct cfn::aws::glue::ClassifierProperties [] [src]

pub struct ClassifierProperties {
    pub grok_classifier: Option<Value<GrokClassifier>>,
}

Properties for the Classifier resource.

Fields

Property GrokClassifier.

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

Trait Implementations

impl Debug for ClassifierProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for ClassifierProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ClassifierProperties> for Classifier
[src]

[src]

Performs the conversion.

Auto Trait Implementations