interface AccessorReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ManagedBlockchain.AccessorReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmanagedblockchain#AccessorReference |
![]() | software.amazon.awscdk.services.managedblockchain.AccessorReference |
![]() | aws_cdk.aws_managedblockchain.AccessorReference |
![]() | aws-cdk-lib » aws_managedblockchain » AccessorReference |
A reference to a Accessor resource.
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 accessorReference: managedblockchain.AccessorReference = {
accessorArn: 'accessorArn',
accessorId: 'accessorId',
};
Properties
Name | Type | Description |
---|---|---|
accessor | string | The ARN of the Accessor resource. |
accessor | string | The Id of the Accessor resource. |
accessorArn
Type:
string
The ARN of the Accessor resource.
accessorId
Type:
string
The Id of the Accessor resource.