AWS::PCAConnectorAD::Template ValidityPeriod - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::PCAConnectorAD::Template ValidityPeriod

Information describing the end of the validity period of the certificate. 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.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Period" : Number, "PeriodType" : String }

YAML

Period: Number PeriodType: String

Properties

Period

The numeric value for the validity period.

Required: Yes

Type: Number

Minimum: 1

Maximum: 8766000

Update requires: No interruption

PeriodType

The unit of time. You can select hours, days, weeks, months, and years.

Required: Yes

Type: String

Allowed values: HOURS | DAYS | WEEKS | MONTHS | YEARS

Update requires: No interruption