Interface CfnTemplate.IValidityPeriodProperty
Information describing the end of the validity period of the certificate.
Namespace: Amazon.CDK.AwsPcaconnectorad
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IValidityPeriodProperty
Syntax (vb)
Public Interface IValidityPeriodProperty
Remarks
This parameter sets the “Not After” date for the certificate. Certificate validity is the period of time during which a certificate is valid. Validity can be expressed as an explicit date and time when the certificate expires, or as a span of time after issuance, stated in hours, days, months, or years. For more information, see Validity in RFC 5280. This value is unaffected when ValidityNotBefore is also specified. For example, if Validity is set to 20 days in the future, the certificate will expire 20 days from issuance time regardless of the ValidityNotBefore value.
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.Aws_pcaconnectorad;
var validityPeriodProperty = new ValidityPeriodProperty {
Period = 123,
PeriodType = "periodType"
};
Synopsis
Properties
Period | The numeric value for the validity period. |
Period |
The unit of time. |
Properties
Period
The numeric value for the validity period.
double Period { get; }
Property Value
System.
Remarks
PeriodType
The unit of time.
string PeriodType { get; }
Property Value
System.
Remarks
You can select hours, days, weeks, months, and years.