Interface CfnCertificate.CustomAttributeProperty

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

@Stability(Stable) public static interface CfnCertificate.CustomAttributeProperty extends software.amazon.jsii.JsiiSerializable
Defines the X.500 relative distinguished name (RDN).

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.*;
 CustomAttributeProperty customAttributeProperty = CustomAttributeProperty.builder()
         .objectIdentifier("objectIdentifier")
         .value("value")
         .build();
 

See Also: