@Stability(value=Stable)
public static interface CfnCertificate.CustomAttributeProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getObjectIdentifier()
Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
|
String |
getValue()
Specifies the attribute value of relative distinguished name (RDN).
|
@Stability(value=Stable) @NotNull String getObjectIdentifier()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnCertificate.CustomAttributeProperty.Builder builder()
Copyright © 2022. All rights reserved.