Class CfnAccountAuditConfigurationPropsMixin.CertAgeCheckCustomConfigurationProperty
Configuration structure containing settings for the device certificate age check.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoT.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAccountAuditConfigurationPropsMixin.CertAgeCheckCustomConfigurationProperty : CfnAccountAuditConfigurationPropsMixin.ICertAgeCheckCustomConfigurationProperty
Syntax (vb)
Public Class CfnAccountAuditConfigurationPropsMixin.CertAgeCheckCustomConfigurationProperty Implements CfnAccountAuditConfigurationPropsMixin.ICertAgeCheckCustomConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IoT.Mixins;
var certAgeCheckCustomConfigurationProperty = new CertAgeCheckCustomConfigurationProperty {
CertAgeThresholdInDays = "certAgeThresholdInDays"
};
Synopsis
Constructors
| CertAgeCheckCustomConfigurationProperty() | Configuration structure containing settings for the device certificate age check. |
Properties
| CertAgeThresholdInDays | The number of days that defines when a device certificate is considered to have aged. |
Constructors
CertAgeCheckCustomConfigurationProperty()
Configuration structure containing settings for the device certificate age check.
public CertAgeCheckCustomConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IoT.Mixins;
var certAgeCheckCustomConfigurationProperty = new CertAgeCheckCustomConfigurationProperty {
CertAgeThresholdInDays = "certAgeThresholdInDays"
};
Properties
CertAgeThresholdInDays
The number of days that defines when a device certificate is considered to have aged.
public string? CertAgeThresholdInDays { get; set; }
Property Value
Remarks
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.