interface QualifierProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ACMPCA.CfnCertificate.QualifierProperty |
Java | software.amazon.awscdk.services.acmpca.CfnCertificate.QualifierProperty |
Python | aws_cdk.aws_acmpca.CfnCertificate.QualifierProperty |
TypeScript | @aws-cdk/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 * as acmpca from '@aws-cdk/aws-acmpca';
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
Java
Python
TypeScript