aws-cdk-lib.aws_acmpca.CfnCertificateAuthority.AccessMethodProperty

interface AccessMethodProperty

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

Describes the type and format of extension access.

Only one of CustomObjectIdentifier or AccessMethodType may be provided. Providing both results in InvalidArgsException .

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 accessMethodProperty: acmpca.CfnCertificateAuthority.AccessMethodProperty = {
  accessMethodType: 'accessMethodType',
  customObjectIdentifier: 'customObjectIdentifier',
};

Properties

NameTypeDescription
accessMethodType?stringSpecifies the AccessMethod .
customObjectIdentifier?stringAn object identifier (OID) specifying the AccessMethod .

accessMethodType?

Type: string (optional)

Specifies the AccessMethod .


customObjectIdentifier?

Type: string (optional)

An object identifier (OID) specifying the AccessMethod .

The OID must satisfy the regular expression shown below. For more information, see NIST's definition of Object Identifier (OID) .