interface QualifierProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ACMPCA.CfnCertificate.QualifierProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsacmpca#CfnCertificate_QualifierProperty |
Java | software.amazon.awscdk.services.acmpca.CfnCertificate.QualifierProperty |
Python | aws_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
| Name | Type | Description |
|---|---|---|
| cps | string | Contains 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.

.NET
Go
Java
Python
TypeScript