aws-cdk-lib.aws_acmpca.CfnCertificate.ValidityProperty

interface ValidityProperty

LanguageType name
.NETAmazon.CDK.AWS.ACMPCA.CfnCertificate.ValidityProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsacmpca#CfnCertificate_ValidityProperty
Javasoftware.amazon.awscdk.services.acmpca.CfnCertificate.ValidityProperty
Pythonaws_cdk.aws_acmpca.CfnCertificate.ValidityProperty
TypeScript aws-cdk-lib » aws_acmpca » CfnCertificate » ValidityProperty

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.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_acmpca as acmpca } from 'aws-cdk-lib';
const validityProperty: acmpca.CfnCertificate.ValidityProperty = {
  type: 'type',
  value: 123,
};

Properties

NameTypeDescription
typestringSpecifies whether the Value parameter represents days, months, or years.
valuenumberA long integer interpreted according to the value of Type , below.

type

Type: string

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


value

Type: number

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