interface ExportReference
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_bcmdataexports.ExportReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbcmdataexports#ExportReference |
![]() | software.amazon.awscdk.services.bcmdataexports.ExportReference |
![]() | aws_cdk.aws_bcmdataexports.ExportReference |
![]() | aws-cdk-lib » aws_bcmdataexports » ExportReference |
A reference to a Export resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bcmdataexports as bcmdataexports } from 'aws-cdk-lib';
const exportReference: bcmdataexports.ExportReference = {
exportArn: 'exportArn',
};
Properties
Name | Type | Description |
---|---|---|
export | string | The ExportArn of the Export resource. |
exportArn
Type:
string
The ExportArn of the Export resource.