Interface CfnCertificate.OtherNameProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCertificate.OtherNameProperty.Jsii$Proxy
- Enclosing class:
CfnCertificate
@Stability(Stable)
public static interface CfnCertificate.OtherNameProperty
extends software.amazon.jsii.JsiiSerializable
Defines a custom ASN.1 X.400
GeneralName
using an object identifier (OID) and value. The OID must satisfy the regular expression shown below. For more information, see NIST's definition of Object Identifier (OID) .
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.*; OtherNameProperty otherNameProperty = OtherNameProperty.builder() .typeId("typeId") .value("value") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCertificate.OtherNameProperty
static final class
An implementation forCfnCertificate.OtherNameProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTypeId
Specifies an OID.- See Also:
-
getValue
Specifies an OID value.- See Also:
-
builder
-