Struct aws_sdk_config::model::configuration_recorder::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ConfigurationRecorder
Implementations
The name of the recorder. By default, Config automatically assigns the name "default" when creating the configuration recorder. You cannot change the assigned name.
The name of the recorder. By default, Config automatically assigns the name "default" when creating the configuration recorder. You cannot change the assigned name.
Amazon Resource Name (ARN) of the IAM role used to describe the Amazon Web Services resources associated with the account.
Amazon Resource Name (ARN) of the IAM role used to describe the Amazon Web Services resources associated with the account.
Specifies the types of Amazon Web Services resources for which Config records configuration changes.
Specifies the types of Amazon Web Services resources for which Config records configuration changes.
Consumes the builder and constructs a ConfigurationRecorder
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
