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