interface AuditCheckConfigurationsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoT.CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty |
Java | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty |
Python | aws_cdk.aws_iot.CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty |
TypeScript | @aws-cdk/aws-iot » CfnAccountAuditConfiguration » AuditCheckConfigurationsProperty |
The types of audit checks that can be performed.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iot from '@aws-cdk/aws-iot';
const auditCheckConfigurationsProperty: iot.CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty = {
authenticatedCognitoRoleOverlyPermissiveCheck: {
enabled: false,
},
caCertificateExpiringCheck: {
enabled: false,
},
caCertificateKeyQualityCheck: {
enabled: false,
},
conflictingClientIdsCheck: {
enabled: false,
},
deviceCertificateExpiringCheck: {
enabled: false,
},
deviceCertificateKeyQualityCheck: {
enabled: false,
},
deviceCertificateSharedCheck: {
enabled: false,
},
intermediateCaRevokedForActiveDeviceCertificatesCheck: {
enabled: false,
},
iotPolicyOverlyPermissiveCheck: {
enabled: false,
},
ioTPolicyPotentialMisConfigurationCheck: {
enabled: false,
},
iotRoleAliasAllowsAccessToUnusedServicesCheck: {
enabled: false,
},
iotRoleAliasOverlyPermissiveCheck: {
enabled: false,
},
loggingDisabledCheck: {
enabled: false,
},
revokedCaCertificateStillActiveCheck: {
enabled: false,
},
revokedDeviceCertificateStillActiveCheck: {
enabled: false,
},
unauthenticatedCognitoRoleOverlyPermissiveCheck: {
enabled: false,
},
};
Properties
Name | Type | Description |
---|---|---|
authenticated | IResolvable | Audit | Checks the permissiveness of an authenticated Amazon Cognito identity pool role. |
ca | IResolvable | Audit | Checks if a CA certificate is expiring. |
ca | IResolvable | Audit | Checks the quality of the CA certificate key. |
conflicting | IResolvable | Audit | Checks if multiple devices connect using the same client ID. |
device | IResolvable | Audit | Checks if a device certificate is expiring. |
device | IResolvable | Audit | Checks the quality of the device certificate key. |
device | IResolvable | Audit | Checks if multiple concurrent connections use the same X.509 certificate to authenticate with AWS IoT . |
intermediate | IResolvable | Audit | CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.IntermediateCaRevokedForActiveDeviceCertificatesCheck . |
io | IResolvable | Audit | CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.IoTPolicyPotentialMisConfigurationCheck . |
iot | IResolvable | Audit | Checks the permissiveness of a policy attached to an authenticated Amazon Cognito identity pool role. |
iot | IResolvable | Audit | Checks if a role alias has access to services that haven't been used for the AWS IoT device in the last year. |
iot | IResolvable | Audit | Checks if the temporary credentials provided by AWS IoT role aliases are overly permissive. |
logging | IResolvable | Audit | Checks if AWS IoT logs are disabled. |
revoked | IResolvable | Audit | Checks if a revoked CA certificate is still active. |
revoked | IResolvable | Audit | Checks if a revoked device certificate is still active. |
unauthenticated | IResolvable | Audit | Checks if policy attached to an unauthenticated Amazon Cognito identity pool role is too permissive. |
authenticatedCognitoRoleOverlyPermissiveCheck?
Type:
IResolvable
|
Audit
(optional)
Checks 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.
caCertificateExpiringCheck?
Type:
IResolvable
|
Audit
(optional)
Checks if a CA certificate is expiring.
This check applies to CA certificates expiring within 30 days or that have expired.
caCertificateKeyQualityCheck?
Type:
IResolvable
|
Audit
(optional)
Checks 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 ACTIVE
or PENDING_TRANSFER
.
conflictingClientIdsCheck?
Type:
IResolvable
|
Audit
(optional)
Checks if multiple devices connect using the same client ID.
deviceCertificateExpiringCheck?
Type:
IResolvable
|
Audit
(optional)
Checks if a device certificate is expiring.
This check applies to device certificates expiring within 30 days or that have expired.
deviceCertificateKeyQualityCheck?
Type:
IResolvable
|
Audit
(optional)
Checks 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.
deviceCertificateSharedCheck?
Type:
IResolvable
|
Audit
(optional)
Checks if multiple concurrent connections use the same X.509 certificate to authenticate with AWS IoT .
intermediateCaRevokedForActiveDeviceCertificatesCheck?
Type:
IResolvable
|
Audit
(optional)
CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.IntermediateCaRevokedForActiveDeviceCertificatesCheck
.
ioTPolicyPotentialMisConfigurationCheck?
Type:
IResolvable
|
Audit
(optional)
CfnAccountAuditConfiguration.AuditCheckConfigurationsProperty.IoTPolicyPotentialMisConfigurationCheck
.
iotPolicyOverlyPermissiveCheck?
Type:
IResolvable
|
Audit
(optional)
Checks the permissiveness of a policy attached to an authenticated Amazon Cognito identity pool role.
iotRoleAliasAllowsAccessToUnusedServicesCheck?
Type:
IResolvable
|
Audit
(optional)
Checks if a role alias has access to services that haven't been used for the AWS IoT device in the last year.
iotRoleAliasOverlyPermissiveCheck?
Type:
IResolvable
|
Audit
(optional)
Checks if the temporary credentials provided by AWS IoT role aliases are overly permissive.
loggingDisabledCheck?
Type:
IResolvable
|
Audit
(optional)
Checks if AWS IoT logs are disabled.
revokedCaCertificateStillActiveCheck?
Type:
IResolvable
|
Audit
(optional)
Checks if a revoked CA certificate is still active.
revokedDeviceCertificateStillActiveCheck?
Type:
IResolvable
|
Audit
(optional)
Checks if a revoked device certificate is still active.
unauthenticatedCognitoRoleOverlyPermissiveCheck?
Type:
IResolvable
|
Audit
(optional)
Checks if policy attached to an unauthenticated Amazon Cognito identity pool role is too permissive.