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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCertificate.CustomAttributeProperty
static final class
An implementation forCfnCertificate.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
-