public static interface CfnCertificate.CustomAttributeProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCertificate.CustomAttributeProperty.Builder
A builder for
CfnCertificate.CustomAttributeProperty |
static class |
CfnCertificate.CustomAttributeProperty.Jsii$Proxy
An implementation for
CfnCertificate.CustomAttributeProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCertificate.CustomAttributeProperty.Builder |
builder() |
java.lang.String |
getObjectIdentifier()
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
|
java.lang.String |
getValue()
Specifies the attribute value of relative distinguished name (RDN).
|
java.lang.String getObjectIdentifier()
java.lang.String getValue()
static CfnCertificate.CustomAttributeProperty.Builder builder()