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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCertificate.QualifierProperty
static final class
An implementation forCfnCertificate.QualifierProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Contains a pointer to a certification practice statement (CPS) published by the CA.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCpsUri
Contains a pointer to a certification practice statement (CPS) published by the CA.- See Also:
-
builder
-