interface WorkGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Athena.WorkGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsathena#WorkGroupReference |
![]() | software.amazon.awscdk.services.athena.WorkGroupReference |
![]() | aws_cdk.aws_athena.WorkGroupReference |
![]() | aws-cdk-lib » aws_athena » WorkGroupReference |
A reference to a WorkGroup resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_athena as athena } from 'aws-cdk-lib';
const workGroupReference: athena.WorkGroupReference = {
workGroupName: 'workGroupName',
};
Properties
Name | Type | Description |
---|---|---|
work | string | The Name of the WorkGroup resource. |
workGroupName
Type:
string
The Name of the WorkGroup resource.