AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::ManagedBlockchain::Accessor

CfnAccessor

Creates a new accessor for use with Amazon Managed Blockchain service that supports token based access. The accessor contains information required for token based access.

Import

import { CfnAccessor } from 'aws-cdk-lib/aws-managedblockchain';

Or use the module namespace:

import * as managedblockchain from 'aws-cdk-lib/aws-managedblockchain';
// managedblockchain.CfnAccessor

Properties

Configuration passed to the constructor as CfnAccessorProps.

accessorTypeRequired
string

The type of the accessor. > Currently, accessor type is restricted to `BILLING_TOKEN` .

networkTypeOptional
string

The blockchain network that the `Accessor` token is created for. > We recommend using the appropriate `networkType` value for the blockchain network that you are creating the `Accessor` token for. You cannot use the value `ETHEREUM_MAINNET_AND_GOERLI` to specify a `networkType` for your Accessor token. > > The default value of `ETHEREUM_MAINNET_AND_GOERLI` is only applied: > > - when the `CreateAccessor` action does not set a `networkType` . > - to all existing `Accessor` tokens that were created before the `networkType` property was introduced.

tagsOptional
CfnTag[]

The tags assigned to the Accessor. For more information about tags, see [Tagging Resources](https://docs.aws.amazon.com/managed-blockchain/latest/ethereum-dev/tagging-resources.html) in the *Amazon Managed Blockchain Ethereum Developer Guide* , or [Tagging Resources](https://docs.aws.amazon.com/managed-blockchain/latest/hyperledger-fabric-dev/tagging-resources.html) in the *Amazon Managed Blockchain Hyperledger Fabric Developer Guide* .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-managedblockchain
CFN TypeAWS::ManagedBlockchain::Accessor
Properties3

Related Constructs

External Links