AWS::ACMPCA::Certificate Validity - AWS CloudFormation

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 AWS 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