Class CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty
An implementation for
CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty
CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty.Builder, CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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
protected Jsii$Proxy(CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty.Builder
.
-
-
Method Details
-
getCertAgeThresholdInDays
Description copied from interface:CfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty
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.
- Specified by:
getCertAgeThresholdInDays
in interfaceCfnAccountAuditConfiguration.CertAgeCheckCustomConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-