Interface CfnCertificate.EdiPartyNameProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCertificate.EdiPartyNameProperty.Jsii$Proxy
Enclosing class:
CfnCertificate

@Stability(Stable) public static interface CfnCertificate.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();
 

See Also: