aws-cdk-lib.aws_acmpca.CfnCertificate.QualifierProperty

interface QualifierProperty

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

Defines a PolicyInformation qualifier.

AWS Private CA supports the certification practice statement (CPS) qualifier defined in RFC 5280.

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 qualifierProperty: acmpca.CfnCertificate.QualifierProperty = {
  cpsUri: 'cpsUri',
};

Properties

NameTypeDescription
cpsUristringContains a pointer to a certification practice statement (CPS) published by the CA.

cpsUri

Type: string

Contains a pointer to a certification practice statement (CPS) published by the CA.