interface EdiPartyNameProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ACMPCA.CfnCertificateAuthority.EdiPartyNameProperty |
Java | software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.EdiPartyNameProperty |
Python | aws_cdk.aws_acmpca.CfnCertificateAuthority.EdiPartyNameProperty |
TypeScript | @aws-cdk/aws-acmpca » CfnCertificateAuthority » EdiPartyNameProperty |
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 * as acmpca from '@aws-cdk/aws-acmpca';
const ediPartyNameProperty: acmpca.CfnCertificateAuthority.EdiPartyNameProperty = {
nameAssigner: 'nameAssigner',
partyName: 'partyName',
};
Properties
Name | Type | Description |
---|---|---|
name | string | Specifies the name assigner. |
party | string | Specifies the party name. |
nameAssigner
Type:
string
Specifies the name assigner.
partyName
Type:
string
Specifies the party name.