AWS::ACMPCA::Certificate Validity - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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