Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-athenapropertiesinput.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-athenapropertiesinput.html#cfn-datazone-connection-athenapropertiesinput-workgroupname

Back to top Generated by DocFX