interface MetadataProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DataBrew.CfnDataset.MetadataProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatabrew#CfnDataset_MetadataProperty |
![]() | software.amazon.awscdk.services.databrew.CfnDataset.MetadataProperty |
![]() | aws_cdk.aws_databrew.CfnDataset.MetadataProperty |
![]() | 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
Name | Type | Description |
---|---|---|
source | string | The 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.