AWS::ManagedBlockchain::AccessorCreates 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 { CfnAccessor } from 'aws-cdk-lib/aws-managedblockchain';Or use the module namespace:
import * as managedblockchain from 'aws-cdk-lib/aws-managedblockchain';
// managedblockchain.CfnAccessorConfiguration passed to the constructor as CfnAccessorProps.
accessorTypeRequiredstringThe type of the accessor. > Currently, accessor type is restricted to `BILLING_TOKEN` .
networkTypeOptionalstringThe 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.
tagsOptionalCfnTag[]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* .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-managedblockchainAWS::ManagedBlockchain::Accessor