Struct cfn::aws::config::ConfigurationRecorderProperties [] [src]

pub struct ConfigurationRecorderProperties {
    pub name: Option<Value<String>>,
    pub recording_group: Option<Value<RecordingGroup>>,
    pub role_arn: Value<String>,
}

Properties for the ConfigurationRecorder resource.

Fields

Property Name.

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

Property RecordingGroup.

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.

Trait Implementations

impl Debug for ConfigurationRecorderProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for ConfigurationRecorderProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ConfigurationRecorderProperties> for ConfigurationRecorder
[src]

[src]

Performs the conversion.

Auto Trait Implementations