interface AccessMethodProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ACMPCA.CfnCertificateAuthority.AccessMethodProperty |
![]() | software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.AccessMethodProperty |
![]() | aws_cdk.aws_acmpca.CfnCertificateAuthority.AccessMethodProperty |
![]() | @aws-cdk/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 * as acmpca from '@aws-cdk/aws-acmpca';
const accessMethodProperty: acmpca.CfnCertificateAuthority.AccessMethodProperty = {
accessMethodType: 'accessMethodType',
customObjectIdentifier: 'customObjectIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
access | string | Specifies the AccessMethod . |
custom | string | An 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) .