aws-cdk-lib.aws_databrew.CfnDataset.MetadataProperty

interface MetadataProperty

LanguageType name
.NETAmazon.CDK.AWS.DataBrew.CfnDataset.MetadataProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsdatabrew#CfnDataset_MetadataProperty
Javasoftware.amazon.awscdk.services.databrew.CfnDataset.MetadataProperty
Pythonaws_cdk.aws_databrew.CfnDataset.MetadataProperty
TypeScript aws-cdk-lib » aws_databrew » CfnDataset » MetadataProperty

Contains additional resource information needed for specific datasets.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_databrew as databrew } from 'aws-cdk-lib';
const metadataProperty: databrew.CfnDataset.MetadataProperty = {
  sourceArn: 'sourceArn',
};

Properties

NameTypeDescription
sourceArn?stringThe Amazon Resource Name (ARN) associated with the dataset.

sourceArn?

Type: string (optional)

The Amazon Resource Name (ARN) associated with the dataset.

Currently, DataBrew only supports ARNs from Amazon AppFlow.