@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.375Z") @Stability(value=Stable) public interface CfnProjectProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnProjectProps.Builder
A builder for
CfnProjectProps |
static class |
CfnProjectProps.Jsii$Proxy
An implementation for
CfnProjectProps |
Modifier and Type | Method and Description |
---|---|
static CfnProjectProps.Builder |
builder() |
String |
getDatasetName()
`AWS::DataBrew::Project.DatasetName`.
|
String |
getName()
`AWS::DataBrew::Project.Name`.
|
String |
getRecipeName()
`AWS::DataBrew::Project.RecipeName`.
|
String |
getRoleArn()
`AWS::DataBrew::Project.RoleArn`.
|
default Object |
getSample()
`AWS::DataBrew::Project.Sample`.
|
default List<CfnTag> |
getTags()
`AWS::DataBrew::Project.Tags`.
|
@Stability(value=Stable) @NotNull String getDatasetName()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getRecipeName()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @Nullable default Object getSample()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnProjectProps.Builder builder()
CfnProjectProps.Builder
of CfnProjectProps
Copyright © 2021. All rights reserved.