DataSetReference

class aws_cdk.interfaces.aws_dataexchange.DataSetReference(*, data_set_arn)

Bases: object

A reference to a DataSet resource.

Parameters:

data_set_arn (str) – The Arn of the DataSet 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.interfaces import aws_dataexchange as interfaces_dataexchange

data_set_reference = interfaces_dataexchange.DataSetReference(
    data_set_arn="dataSetArn"
)

Attributes

data_set_arn

The Arn of the DataSet resource.