AWS Fundamentals Logo
AWS Fundamentals
AWS::ManagedBlockchain::Accessor

ManagedBlockchain Accessor

Definition of AWS::ManagedBlockchain::com.amazonaws.taiga.webservice.api#Accessor Resource Type

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
AccessorType
string
RequiredCreate-only
NetworkType
string
Create-only
Tags
Array<Tag>
Write-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
BillingTokenstring-
CreationDatestring-
Idstring-
Statusstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ManagedBlockchain::Accessor

Resources:
  MyResource:
    Type: AWS::ManagedBlockchain::Accessor
    Properties:
      AccessorType: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

managedblockchain:CreateAccessormanagedblockchain:TagResourcemanagedblockchain:GetAccessor

read

managedblockchain:GetAccessor

update

managedblockchain:GetAccessormanagedblockchain:CreateAccessormanagedblockchain:TagResourcemanagedblockchain:UntagResource

delete

managedblockchain:DeleteAccessor

list

managedblockchain:ListAccessors

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

ServiceManagedBlockchain
Properties8
Required1
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AccessorTypeNetworkType

Related Resources

External Links