aws-cdk-lib.aws_managedblockchain.CfnAccessorProps

interface CfnAccessorProps

LanguageType name
.NETAmazon.CDK.AWS.ManagedBlockchain.CfnAccessorProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmanagedblockchain#CfnAccessorProps
Javasoftware.amazon.awscdk.services.managedblockchain.CfnAccessorProps
Pythonaws_cdk.aws_managedblockchain.CfnAccessorProps
TypeScript aws-cdk-lib » aws_managedblockchain » CfnAccessorProps

Properties for defining a CfnAccessor.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_managedblockchain as managedblockchain } from 'aws-cdk-lib';
const cfnAccessorProps: managedblockchain.CfnAccessorProps = {
  accessorType: 'accessorType',

  // the properties below are optional
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
accessorTypestringThe type of the accessor.
tags?CfnTag[]The tags assigned to the Accessor.

accessorType

Type: string

The type of the accessor.

Currently, accessor type is restricted to BILLING_TOKEN .


tags?

Type: CfnTag[] (optional)

The tags assigned to the Accessor.

For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide , or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide .