public static interface CfnDataset.MetadataProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.databrew.*; MetadataProperty metadataProperty = MetadataProperty.builder() .sourceArn("sourceArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataset.MetadataProperty.Builder
A builder for
CfnDataset.MetadataProperty |
static class |
CfnDataset.MetadataProperty.Jsii$Proxy
An implementation for
CfnDataset.MetadataProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataset.MetadataProperty.Builder |
builder() |
default java.lang.String |
getSourceArn()
The Amazon Resource Name (ARN) associated with the dataset.
|
default java.lang.String getSourceArn()
Currently, DataBrew only supports ARNs from Amazon AppFlow.
static CfnDataset.MetadataProperty.Builder builder()