@Stability(value=Stable) @Internal public static final class CfnAccountAuditConfigurationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAccountAuditConfigurationProps
CfnAccountAuditConfigurationPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnAccountAuditConfigurationProps.Builder, CfnAccountAuditConfigurationProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnAccountAuditConfigurationProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnAccountAuditConfigurationProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getAccountId()
The ID of the account.
|
Object |
getAuditCheckConfigurations()
Specifies which audit checks are enabled and disabled for this account.
|
Object |
getAuditNotificationTargetConfigurations()
Information about the targets to which audit notifications are sent.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the role that grants permission to AWS IoT to access information about your devices, policies, certificates, and other items as required when performing an audit.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnAccountAuditConfigurationProps.Builder builder)
CfnAccountAuditConfigurationProps.Builder.public final String getAccountId()
CfnAccountAuditConfigurationProps
You can use the expression !Sub "${AWS::AccountId}" to use your account ID.
getAccountId in interface CfnAccountAuditConfigurationPropspublic final Object getAuditCheckConfigurations()
CfnAccountAuditConfigurationProps
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. To disable a check, set the value of the Enabled: key to false .
If an enabled check is removed from the template, it will also be disabled.
You can't disable a check if it's used by any scheduled audit. You must delete the check from the scheduled audit or delete the scheduled audit itself to disable the check.
For more information on avialbe auidt checks see AWS::IoT::AccountAuditConfiguration AuditCheckConfigurations
getAuditCheckConfigurations in interface CfnAccountAuditConfigurationPropspublic final String getRoleArn()
CfnAccountAuditConfigurationPropsgetRoleArn in interface CfnAccountAuditConfigurationPropspublic final Object getAuditNotificationTargetConfigurations()
CfnAccountAuditConfigurationPropsgetAuditNotificationTargetConfigurations in interface CfnAccountAuditConfigurationProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.