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.mixins.preview.services.athena.events
Methods in software.amazon.awscdk.mixins.preview.services.athena.events with parameters of type IWorkGroupRefModifier and TypeMethodDescriptionstatic WorkGroupEventsWorkGroupEvents.fromWorkGroup(IWorkGroupRef workGroupRef) (experimental) Create WorkGroupEvents from a WorkGroup reference. -
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.Methods in software.amazon.awscdk.services.athena with parameters of type IWorkGroupRefModifier and TypeMethodDescriptionstatic StringCfnWorkGroup.arnForWorkGroup(IWorkGroupRef resource) CfnNamedQuery.Builder.workGroup(IWorkGroupRef workGroup) The name of the workgroup that contains the named query.CfnNamedQueryProps.Builder.workGroup(IWorkGroupRef workGroup) Sets the value ofCfnNamedQueryProps.getWorkGroup()CfnPreparedStatement.Builder.workGroup(IWorkGroupRef workGroup) The workgroup to which the prepared statement belongs.CfnPreparedStatementProps.Builder.workGroup(IWorkGroupRef workGroup) Sets the value ofCfnPreparedStatementProps.getWorkGroup()