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

Accessor

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

! IMPORTANT: ! The token based access feature is in preview release for Ethereum on Amazon Managed Blockchain and is subject to change. ! We recommend that you use this feature only with test scenarios, and not in production environments.

The properties of the Accessor.

interface Accessor {
Arn?: string | null;
BillingToken?: string | null;
CreationDate?: Date | number | null;
Id?: string | null;
Status?: AccessorStatus | null;
Type?: AccessorType | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the accessor. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

§
BillingToken?: string | null
[src]

The billing token is a property of the accessor. Use this token to make Ethereum API calls to your Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests made to your Ethereum nodes.

§
CreationDate?: Date | number | null
[src]

The creation date and time of the accessor.

§
Id?: string | null
[src]

The unique identifier of the accessor.

§
Status?: AccessorStatus | null
[src]

The current status of the accessor.

§
Type?: AccessorType | null
[src]

The type of the accessor.

Note: Currently accessor type is restricted to BILLING_TOKEN.