Class CfnAccountAuditConfigurationMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAccountAuditConfigurationMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAccountAuditConfigurationMixinProps
CfnAccountAuditConfigurationMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.iot.CfnAccountAuditConfigurationMixinProps
CfnAccountAuditConfigurationMixinProps.Builder, CfnAccountAuditConfigurationMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAccountAuditConfigurationMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe ID of the account.final ObjectSpecifies which audit checks are enabled and disabled for this account.final ObjectInformation about the targets to which audit notifications are sent.final StringThe 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.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAccountAuditConfigurationMixinProps.Builder.
-
-
Method Details
-
getAccountId
Description copied from interface:CfnAccountAuditConfigurationMixinPropsThe ID of the account.You can use the expression
!Sub "${AWS::AccountId}"to use your account ID.- Specified by:
getAccountIdin interfaceCfnAccountAuditConfigurationMixinProps- See Also:
-
getAuditCheckConfigurations
Description copied from interface:CfnAccountAuditConfigurationMixinPropsSpecifies which audit checks are enabled and disabled for this account.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 tofalse.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 available audit checks see AWS::IoT::AccountAuditConfiguration AuditCheckConfigurations
Returns union: either
IResolvableorCfnAccountAuditConfigurationPropsMixin.AuditCheckConfigurationsProperty- Specified by:
getAuditCheckConfigurationsin interfaceCfnAccountAuditConfigurationMixinProps- See Also:
-
getAuditNotificationTargetConfigurations
Description copied from interface:CfnAccountAuditConfigurationMixinPropsInformation about the targets to which audit notifications are sent.Returns union: either
IResolvableorCfnAccountAuditConfigurationPropsMixin.AuditNotificationTargetConfigurationsProperty- Specified by:
getAuditNotificationTargetConfigurationsin interfaceCfnAccountAuditConfigurationMixinProps- See Also:
-
getRoleArn
Description copied from interface:CfnAccountAuditConfigurationMixinPropsThe 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.- Specified by:
getRoleArnin interfaceCfnAccountAuditConfigurationMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-