Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AccessMethod

import type { AccessMethod } from "https://aws-api.deno.dev/v0.4/services/acmpca.ts?docs=full";

Describes the type and format of extension access. Only one of CustomObjectIdentifier or AccessMethodType may be provided. Providing both results in InvalidArgsException.

interface AccessMethod {
AccessMethodType?: AccessMethodType | null;
CustomObjectIdentifier?: string | null;
}

§Properties

§
AccessMethodType?: AccessMethodType | null
[src]

Specifies the AccessMethod.

§
CustomObjectIdentifier?: string | null
[src]

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).