Class CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
@Stability(Stable)
@Internal
public static final class CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
An implementation for
CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty-
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.services.iot.CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.Builder, CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.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 ObjectChecks the permissiveness of an authenticated Amazon Cognito identity pool role.final ObjectChecks if a CA certificate is expiring.final ObjectChecks the quality of the CA certificate key.final ObjectChecks if multiple devices connect using the same client ID.final ObjectChecks if a device certificate is expiring.final ObjectChecks the quality of the device certificate key.final ObjectChecks if multiple concurrent connections use the same X.509 certificate to authenticate with AWS IoT .final ObjectCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.IntermediateCaRevokedForActiveDeviceCertificatesCheck.final ObjectChecks the permissiveness of a policy attached to an authenticated Amazon Cognito identity pool role.final ObjectCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.IoTPolicyPotentialMisConfigurationCheck.final ObjectChecks if a role alias has access to services that haven't been used for the AWS IoT device in the last year.final ObjectChecks if the temporary credentials provided by AWS IoT role aliases are overly permissive.final ObjectChecks if AWS IoT logs are disabled.final ObjectChecks if a revoked CA certificate is still active.final ObjectChecks if a revoked device certificate is still active.final ObjectChecks if policy attached to an unauthenticated Amazon Cognito identity pool role is too permissive.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 theCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.Builder.
-
-
Method Details
-
getAuthenticatedCognitoRoleOverlyPermissiveCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyChecks the permissiveness of an authenticated Amazon Cognito identity pool role.For this check, AWS IoT Device Defender audits all Amazon Cognito identity pools that have been used to connect to the AWS IoT message broker during the 31 days before the audit is performed.
- Specified by:
getAuthenticatedCognitoRoleOverlyPermissiveCheckin interfaceCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
-
getCaCertificateExpiringCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyChecks if a CA certificate is expiring.This check applies to CA certificates expiring within 30 days or that have expired.
- Specified by:
getCaCertificateExpiringCheckin interfaceCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
-
getCaCertificateKeyQualityCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyChecks the quality of the CA certificate key.The quality checks if the key is in a valid format, not expired, and if the key meets a minimum required size. This check applies to CA certificates that are
ACTIVEorPENDING_TRANSFER.- Specified by:
getCaCertificateKeyQualityCheckin interfaceCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
-
getConflictingClientIdsCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyChecks if multiple devices connect using the same client ID.- Specified by:
getConflictingClientIdsCheckin interfaceCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
-
getDeviceCertificateExpiringCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyChecks if a device certificate is expiring.This check applies to device certificates expiring within 30 days or that have expired.
- Specified by:
getDeviceCertificateExpiringCheckin interfaceCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
-
getDeviceCertificateKeyQualityCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyChecks the quality of the device certificate key.The quality checks if the key is in a valid format, not expired, signed by a registered certificate authority, and if the key meets a minimum required size.
- Specified by:
getDeviceCertificateKeyQualityCheckin interfaceCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
-
getIntermediateCaRevokedForActiveDeviceCertificatesCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.IntermediateCaRevokedForActiveDeviceCertificatesCheck. -
getIotPolicyOverlyPermissiveCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyChecks the permissiveness of a policy attached to an authenticated Amazon Cognito identity pool role.- Specified by:
getIotPolicyOverlyPermissiveCheckin interfaceCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
-
getIoTPolicyPotentialMisConfigurationCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.IoTPolicyPotentialMisConfigurationCheck.- Specified by:
getIoTPolicyPotentialMisConfigurationCheckin interfaceCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
-
getIotRoleAliasAllowsAccessToUnusedServicesCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyChecks if a role alias has access to services that haven't been used for the AWS IoT device in the last year.- Specified by:
getIotRoleAliasAllowsAccessToUnusedServicesCheckin interfaceCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
-
getIotRoleAliasOverlyPermissiveCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyChecks if the temporary credentials provided by AWS IoT role aliases are overly permissive.- Specified by:
getIotRoleAliasOverlyPermissiveCheckin interfaceCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
-
getLoggingDisabledCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyChecks if AWS IoT logs are disabled.- Specified by:
getLoggingDisabledCheckin interfaceCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
-
getRevokedCaCertificateStillActiveCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyChecks if a revoked CA certificate is still active.- Specified by:
getRevokedCaCertificateStillActiveCheckin interfaceCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
-
getRevokedDeviceCertificateStillActiveCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyChecks if a revoked device certificate is still active.- Specified by:
getRevokedDeviceCertificateStillActiveCheckin interfaceCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
-
getUnauthenticatedCognitoRoleOverlyPermissiveCheck
Description copied from interface:CfnAccountAuditConfiguration.AuditCheckConfigurationsPropertyChecks if policy attached to an unauthenticated Amazon Cognito identity pool role is too permissive.- Specified by:
getUnauthenticatedCognitoRoleOverlyPermissiveCheckin interfaceCfnAccountAuditConfiguration.AuditCheckConfigurationsProperty
-
$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()
-