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();