interface MetadataProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataBrew.Mixins.CfnDatasetPropsMixin.MetadataProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatabrew/mixins#CfnDatasetPropsMixin_MetadataProperty |
Java | software.amazon.awscdk.mixins.preview.services.databrew.mixins.CfnDatasetPropsMixin.MetadataProperty |
Python | aws_cdk.mixins_preview.aws_databrew.mixins.CfnDatasetPropsMixin.MetadataProperty |
TypeScript | @aws-cdk/mixins-preview » aws_databrew » mixins » CfnDatasetPropsMixin » 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 { mixins as databrew_mixins } from '@aws-cdk/mixins-preview/aws-databrew';
const metadataProperty: databrew_mixins.CfnDatasetPropsMixin.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.

.NET
Go
Java
Python
TypeScript