AccessorReference
- class aws_cdk.aws_managedblockchain.AccessorReference(*, accessor_arn, accessor_id)
Bases:
object
A reference to a Accessor resource.
- Parameters:
accessor_arn (
str
) – The ARN of the Accessor resource.accessor_id (
str
) – The Id of the Accessor resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_managedblockchain as managedblockchain accessor_reference = managedblockchain.AccessorReference( accessor_arn="accessorArn", accessor_id="accessorId" )
Attributes
- accessor_arn
The ARN of the Accessor resource.
- accessor_id
The Id of the Accessor resource.