#[non_exhaustive]pub struct UpdateAccountAuditConfigurationInput { /* private fields */ }
Implementations§
source§impl UpdateAccountAuditConfigurationInput
impl UpdateAccountAuditConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAccountAuditConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateAccountAuditConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateAccountAuditConfiguration
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAccountAuditConfigurationInput
.
source§impl UpdateAccountAuditConfigurationInput
impl UpdateAccountAuditConfigurationInput
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the role that grants permission to IoT to access information about your devices, policies, certificates, and other items as required when performing an audit.
sourcepub fn audit_notification_target_configurations(
&self
) -> Option<&HashMap<AuditNotificationType, AuditNotificationTarget>>
pub fn audit_notification_target_configurations(
&self
) -> Option<&HashMap<AuditNotificationType, AuditNotificationTarget>>
Information about the targets to which audit notifications are sent.
sourcepub fn audit_check_configurations(
&self
) -> Option<&HashMap<String, AuditCheckConfiguration>>
pub fn audit_check_configurations(
&self
) -> Option<&HashMap<String, AuditCheckConfiguration>>
Specifies which audit checks are enabled and disabled for this account. Use DescribeAccountAuditConfiguration
to see the list of all checks, including those that are currently enabled.
Some data collection might start immediately when certain checks are enabled. When a check is disabled, any data collected so far in relation to the check is deleted.
You cannot disable a check if it's used by any scheduled audit. You must first delete the check from the scheduled audit or delete the scheduled audit itself.
On the first call to UpdateAccountAuditConfiguration
, this parameter is required and must specify at least one enabled check.
Trait Implementations§
source§impl Clone for UpdateAccountAuditConfigurationInput
impl Clone for UpdateAccountAuditConfigurationInput
source§fn clone(&self) -> UpdateAccountAuditConfigurationInput
fn clone(&self) -> UpdateAccountAuditConfigurationInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<UpdateAccountAuditConfigurationInput> for UpdateAccountAuditConfigurationInput
impl PartialEq<UpdateAccountAuditConfigurationInput> for UpdateAccountAuditConfigurationInput
source§fn eq(&self, other: &UpdateAccountAuditConfigurationInput) -> bool
fn eq(&self, other: &UpdateAccountAuditConfigurationInput) -> bool
self
and other
values to be equal, and is used
by ==
.