aws-cdk-lib.aws_acmpca.CfnCertificate.OtherNameProperty

interface OtherNameProperty

LanguageType name
.NETAmazon.CDK.AWS.ACMPCA.CfnCertificate.OtherNameProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsacmpca#CfnCertificate_OtherNameProperty
Javasoftware.amazon.awscdk.services.acmpca.CfnCertificate.OtherNameProperty
Pythonaws_cdk.aws_acmpca.CfnCertificate.OtherNameProperty
TypeScript 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

NameTypeDescription
typeIdstringSpecifies an OID.
valuestringSpecifies an OID value.

typeId

Type: string

Specifies an OID.


value

Type: string

Specifies an OID value.