@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.066Z") @Stability(value=Stable) public interface CfnWorkGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWorkGroupProps.Builder
A builder for
CfnWorkGroupProps |
static class |
CfnWorkGroupProps.Jsii$Proxy
An implementation for
CfnWorkGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkGroupProps.Builder |
builder() |
default String |
getDescription()
`AWS::Athena::WorkGroup.Description`.
|
String |
getName()
`AWS::Athena::WorkGroup.Name`.
|
default Object |
getRecursiveDeleteOption()
`AWS::Athena::WorkGroup.RecursiveDeleteOption`.
|
default String |
getState()
`AWS::Athena::WorkGroup.State`.
|
default List<CfnTag> |
getTags()
`AWS::Athena::WorkGroup.Tags`.
|
default Object |
getWorkGroupConfiguration()
`AWS::Athena::WorkGroup.WorkGroupConfiguration`.
|
default Object |
getWorkGroupConfigurationUpdates()
`AWS::Athena::WorkGroup.WorkGroupConfigurationUpdates`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default Object getRecursiveDeleteOption()
@Stability(value=Stable) @Nullable default String getState()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Object getWorkGroupConfiguration()
@Stability(value=Stable) @Nullable default Object getWorkGroupConfigurationUpdates()
@Stability(value=Stable) static CfnWorkGroupProps.Builder builder()
CfnWorkGroupProps.Builder of CfnWorkGroupPropsCopyright © 2021. All rights reserved.