Struct rusoto_config::ConfigurationRecorder [] [src]

pub struct ConfigurationRecorder {
    pub name: Option<RecorderName>,
    pub recording_group: Option<RecordingGroup>,
    pub role_arn: Option<String>,
}

An object that represents the recording of configuration changes of an AWS resource.

Fields

The name of the recorder. By default, AWS Config automatically assigns the name "default" when creating the configuration recorder. You cannot change the assigned name.

Specifies the types of AWS resource for which AWS Config records configuration changes.

Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.

Trait Implementations

impl Default for ConfigurationRecorder
[src]

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

impl Debug for ConfigurationRecorder
[src]

Formats the value using the given formatter.

impl Clone for ConfigurationRecorder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more