Interface CfnCertificateAuthority.EdiPartyNameProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCertificateAuthority.EdiPartyNameProperty.Jsii$Proxy
- Enclosing class:
- CfnCertificateAuthority
@Stability(Stable)
public static interface CfnCertificateAuthority.EdiPartyNameProperty
extends software.amazon.jsii.JsiiSerializable
Describes an Electronic Data Interchange (EDI) entity as described in as defined in Subject Alternative Name in RFC 5280.
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.*; EdiPartyNameProperty ediPartyNameProperty = EdiPartyNameProperty.builder() .nameAssigner("nameAssigner") .partyName("partyName") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCertificateAuthority.EdiPartyNameProperty
static final class
An implementation forCfnCertificateAuthority.EdiPartyNameProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Specifies the name assigner.Specifies the party name.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNameAssigner
Specifies the name assigner. -
getPartyName
Specifies the party name. -
builder
-