public static interface CfnCertificate.CustomExtensionProperty
Extensions present in CustomExtensions
follow the ApiPassthrough
template rules .
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.*; CustomExtensionProperty customExtensionProperty = CustomExtensionProperty.builder() .objectIdentifier("objectIdentifier") .value("value") // the properties below are optional .critical(false) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnCertificate.CustomExtensionProperty.Builder
A builder for
CfnCertificate.CustomExtensionProperty |
static class |
CfnCertificate.CustomExtensionProperty.Jsii$Proxy
An implementation for
CfnCertificate.CustomExtensionProperty |
Modifier and Type | Method and Description |
---|---|
static CfnCertificate.CustomExtensionProperty.Builder |
builder() |
default java.lang.Object |
getCritical()
Specifies the critical flag of the X.509 extension.
|
java.lang.String |
getObjectIdentifier()
Specifies the object identifier (OID) of the X.509 extension.
|
java.lang.String |
getValue()
Specifies the base64-encoded value of the X.509 extension.
|
java.lang.String getObjectIdentifier()
java.lang.String getValue()
default java.lang.Object getCritical()
static CfnCertificate.CustomExtensionProperty.Builder builder()