Interface CfnConnection.IAthenaPropertiesInputProperty
The Amazon Athena properties of a connection.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IAthenaPropertiesInputProperty
Syntax (vb)
Public Interface CfnConnection.IAthenaPropertiesInputProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataZone;
var athenaPropertiesInputProperty = new AthenaPropertiesInputProperty {
WorkgroupName = "workgroupName"
};
Synopsis
Properties
| WorkgroupName | The Amazon Athena workgroup name of a connection. |
Properties
WorkgroupName
The Amazon Athena workgroup name of a connection.
string WorkgroupName { get; }