interface AthenaPropertiesInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataZone.CfnConnectionPropsMixin.AthenaPropertiesInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatazone#CfnConnectionPropsMixin_AthenaPropertiesInputProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnConnectionPropsMixin.AthenaPropertiesInputProperty |
Python | aws_cdk.cfn_property_mixins.aws_datazone.CfnConnectionPropsMixin.AthenaPropertiesInputProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datazone » CfnConnectionPropsMixin » AthenaPropertiesInputProperty |
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 { aws_datazone as datazone } from '@aws-cdk/cfn-property-mixins';
const athenaPropertiesInputProperty: datazone.CfnConnectionPropsMixin.AthenaPropertiesInputProperty = {
workgroupName: 'workgroupName',
};
Properties
| Name | Type | Description |
|---|---|---|
| workgroup | string | The Amazon Athena workgroup name of a connection. |
workgroupName?
Type:
string
(optional)
The Amazon Athena workgroup name of a connection.

.NET
Go
Java
Python
TypeScript