Interface CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAccountAuditConfiguration
@Stability(Stable)
public static interface CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration structure containing settings for the device certificate age check.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.iot.*; CertAgeCheckCustomConfigurationProperty certAgeCheckCustomConfigurationProperty = CertAgeCheckCustomConfigurationProperty.builder() .certAgeThresholdInDays("certAgeThresholdInDays") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertAgeThresholdInDays
The number of days that defines when a device certificate is considered to have aged.The check will report a finding if a certificate has been active for a number of days greater than or equal to this threshold value.
- See Also:
-
builder
@Stability(Stable) static CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty.Builder builder()
-