interface EdiPartyNameProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ACMPCA.CfnCertificateAuthority.EdiPartyNameProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsacmpca#CfnCertificateAuthority_EdiPartyNameProperty |
![]() | software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.EdiPartyNameProperty |
![]() | aws_cdk.aws_acmpca.CfnCertificateAuthority.EdiPartyNameProperty |
![]() | aws-cdk-lib » 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 { aws_acmpca as acmpca } from 'aws-cdk-lib';
const ediPartyNameProperty: acmpca.CfnCertificateAuthority.EdiPartyNameProperty = {
partyName: 'partyName',
// the properties below are optional
nameAssigner: 'nameAssigner',
};
Properties
Name | Type | Description |
---|---|---|
party | string | Specifies the party name. |
name | string | Specifies the name assigner. |
partyName
Type:
string
Specifies the party name.
nameAssigner?
Type:
string
(optional)
Specifies the name assigner.