interface QualifierProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ACMPCA.CfnCertificatePropsMixin.QualifierProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsacmpca#CfnCertificatePropsMixin_QualifierProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.acmpca.CfnCertificatePropsMixin.QualifierProperty |
Python | aws_cdk.cfn_property_mixins.aws_acmpca.CfnCertificatePropsMixin.QualifierProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_acmpca » CfnCertificatePropsMixin » 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/cfn-property-mixins';
const qualifierProperty: acmpca.CfnCertificatePropsMixin.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
(optional)
Contains a pointer to a certification practice statement (CPS) published by the CA.

.NET
Go
Java
Python
TypeScript