interface OtherNameProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ACMPCA.CfnCertificate.OtherNameProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsacmpca#CfnCertificate_OtherNameProperty |
![]() | software.amazon.awscdk.services.acmpca.CfnCertificate.OtherNameProperty |
![]() | aws_cdk.aws_acmpca.CfnCertificate.OtherNameProperty |
![]() | aws-cdk-lib » aws_acmpca » CfnCertificate » OtherNameProperty |
Defines a custom ASN.1 X.400 GeneralName
using an object identifier (OID) and value. The OID must satisfy the regular expression shown below. For more information, see NIST's definition of Object Identifier (OID) .
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 otherNameProperty: acmpca.CfnCertificate.OtherNameProperty = {
typeId: 'typeId',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
type | string | Specifies an OID. |
value | string | Specifies an OID value. |
typeId
Type:
string
Specifies an OID.
value
Type:
string
Specifies an OID value.