ExportReference

class aws_cdk.aws_bcmdataexports.ExportReference(*, export_arn)

Bases: object

A reference to a Export resource.

Parameters:

export_arn (str) – The ExportArn of the Export 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_bcmdataexports as bcmdataexports

export_reference = bcmdataexports.ExportReference(
    export_arn="exportArn"
)

Attributes

export_arn

The ExportArn of the Export resource.