AWS::ACMPCA::Certificate Validity - 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::ACMPCA::Certificate Validity

Length of time for which the certificate issued by your private certificate authority (CA), or by the private CA itself, is valid in days, months, or years. You can issue a certificate by calling the IssueCertificate operation.

Syntax

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

JSON

{ "Type" : String, "Value" : Number }

YAML

Type: String Value: Number

Properties

Type

Specifies whether the Value parameter represents days, months, or years.

Required: Yes

Type: String

Allowed values: END_DATE | ABSOLUTE | DAYS | MONTHS | YEARS

Update requires: Replacement

Value

A long integer interpreted according to the value of Type, below.

Required: Yes

Type: Number

Update requires: Replacement