Interface CfnCertificateAuthority.CustomAttributeProperty

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

@Stability(Stable) public static interface CfnCertificateAuthority.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();