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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCertificateAuthority.CustomAttributePropertystatic final classAn implementation forCfnCertificateAuthority.CustomAttributeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getObjectIdentifier
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN). -
getValue
Specifies the attribute value of relative distinguished name (RDN). -
builder
-