Interface CfnConnectionPropsMixin.AthenaPropertiesInputProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectionPropsMixin.AthenaPropertiesInputProperty.Jsii$Proxy
- Enclosing class:
CfnConnectionPropsMixin
@Stability(Stable)
public static interface CfnConnectionPropsMixin.AthenaPropertiesInputProperty
extends software.amazon.jsii.JsiiSerializable
The Amazon Athena properties of a connection.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.datazone.*;
AthenaPropertiesInputProperty athenaPropertiesInputProperty = AthenaPropertiesInputProperty.builder()
.workgroupName("workgroupName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectionPropsMixin.AthenaPropertiesInputPropertystatic final classAn implementation forCfnConnectionPropsMixin.AthenaPropertiesInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getWorkgroupName
The Amazon Athena workgroup name of a connection.- See Also:
-
builder
-