@Stability(value=Stable)
public static interface CfnDataSource.AthenaParametersProperty
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.quicksight.*;
AthenaParametersProperty athenaParametersProperty = AthenaParametersProperty.builder()
.workGroup("workGroup")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.AthenaParametersProperty.Builder
A builder for
CfnDataSource.AthenaParametersProperty |
static class |
CfnDataSource.AthenaParametersProperty.Jsii$Proxy
An implementation for
CfnDataSource.AthenaParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.AthenaParametersProperty.Builder |
builder() |
default String |
getWorkGroup()
The workgroup that Amazon Athena uses.
|
@Stability(value=Stable) @Nullable default String getWorkGroup()
@Stability(value=Stable) static CfnDataSource.AthenaParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.