aws-cdk-lib.aws_acmpca.CfnCertificateAuthority.CustomAttributeProperty

interface CustomAttributeProperty

LanguageType name
.NETAmazon.CDK.AWS.ACMPCA.CfnCertificateAuthority.CustomAttributeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsacmpca#CfnCertificateAuthority_CustomAttributeProperty
Javasoftware.amazon.awscdk.services.acmpca.CfnCertificateAuthority.CustomAttributeProperty
Pythonaws_cdk.aws_acmpca.CfnCertificateAuthority.CustomAttributeProperty
TypeScript aws-cdk-lib » aws_acmpca » CfnCertificateAuthority » CustomAttributeProperty

Defines the X.500 relative distinguished name (RDN).

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 customAttributeProperty: acmpca.CfnCertificateAuthority.CustomAttributeProperty = {
  objectIdentifier: 'objectIdentifier',
  value: 'value',
};

Properties

NameTypeDescription
objectIdentifierstringSpecifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).
valuestringSpecifies the attribute value of relative distinguished name (RDN).

objectIdentifier

Type: string

Specifies the object identifier (OID) of the attribute type of the relative distinguished name (RDN).


value

Type: string

Specifies the attribute value of relative distinguished name (RDN).