Uses of Interface
software.amazon.awscdk.interfaces.athena.IWorkGroupRef
Packages that use IWorkGroupRef
Package
Description
Amazon Athena Construct Library
-
Uses of IWorkGroupRef in software.amazon.awscdk.interfaces.athena
Subinterfaces of IWorkGroupRef in software.amazon.awscdk.interfaces.athenaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIWorkGroupRef.Classes in software.amazon.awscdk.interfaces.athena that implement IWorkGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IWorkGroupRef in software.amazon.awscdk.services.athena
Classes in software.amazon.awscdk.services.athena that implement IWorkGroupRefModifier and TypeClassDescriptionclassThe AWS::Athena::WorkGroup resource specifies an Amazon Athena workgroup, which contains a name, description, creation time, state, and other configuration, listed underWorkGroupConfiguration.Methods in software.amazon.awscdk.services.athena that return IWorkGroupRefModifier and TypeMethodDescriptionstatic IWorkGroupRefCfnWorkGroup.fromWorkGroupName(software.constructs.Construct scope, String id, String workGroupName) Creates a new IWorkGroupRef from a workGroupName.