Interface CfnCertificate.QualifierProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCertificate.QualifierProperty.Jsii$Proxy
Enclosing class:
CfnCertificate

@Stability(Stable) public static interface CfnCertificate.QualifierProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.acmpca.*;
 QualifierProperty qualifierProperty = QualifierProperty.builder()
         .cpsUri("cpsUri")
         .build();