@Stability(value=Stable)
public static interface CfnDataset.MetadataProperty
extends software.amazon.jsii.JsiiSerializable
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 String |
getSourceArn()
The Amazon Resource Name (ARN) associated with the dataset.
|
@Stability(value=Stable) @Nullable default String getSourceArn()
Currently, DataBrew only supports ARNs from Amazon AppFlow.
@Stability(value=Stable) static CfnDataset.MetadataProperty.Builder builder()
Copyright © 2022. All rights reserved.