@Stability(value=Stable)
public static interface CfnWorkGroup.ResultConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.athena.*;
ResultConfigurationProperty resultConfigurationProperty = ResultConfigurationProperty.builder()
.encryptionConfiguration(EncryptionConfigurationProperty.builder()
.encryptionOption("encryptionOption")
// the properties below are optional
.kmsKey("kmsKey")
.build())
.outputLocation("outputLocation")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWorkGroup.ResultConfigurationProperty.Builder
A builder for
CfnWorkGroup.ResultConfigurationProperty |
static class |
CfnWorkGroup.ResultConfigurationProperty.Jsii$Proxy
An implementation for
CfnWorkGroup.ResultConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkGroup.ResultConfigurationProperty.Builder |
builder() |
default Object |
getEncryptionConfiguration()
`CfnWorkGroup.ResultConfigurationProperty.EncryptionConfiguration`.
|
default String |
getOutputLocation()
`CfnWorkGroup.ResultConfigurationProperty.OutputLocation`.
|
@Stability(value=Stable) @Nullable default Object getEncryptionConfiguration()
@Stability(value=Stable) @Nullable default String getOutputLocation()
@Stability(value=Stable) static CfnWorkGroup.ResultConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.