Show / Hide Table of Contents

Class CfnAccountAuditConfigurationPropsMixin.CertAgeCheckCustomConfigurationProperty

Configuration structure containing settings for the device certificate age check.

Inheritance
object
CfnAccountAuditConfigurationPropsMixin.CertAgeCheckCustomConfigurationProperty
Implements
CfnAccountAuditConfigurationPropsMixin.ICertAgeCheckCustomConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-accountauditconfiguration-certagecheckcustomconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-accountauditconfiguration-certagecheckcustomconfiguration.html

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

string

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-accountauditconfiguration-certagecheckcustomconfiguration.html#cfn-iot-accountauditconfiguration-certagecheckcustomconfiguration-certagethresholdindays

Implements

CfnAccountAuditConfigurationPropsMixin.ICertAgeCheckCustomConfigurationProperty
Back to top Generated by DocFX