Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.athena.CfnWorkGroupPropsMixin.Builder
Packages that use CfnWorkGroupPropsMixin.Builder
-
Uses of CfnWorkGroupPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.athena
Methods in software.amazon.awscdk.cfnpropertymixins.services.athena that return CfnWorkGroupPropsMixin.BuilderModifier and TypeMethodDescriptionCfnWorkGroupPropsMixin.Builder.create()CfnWorkGroupPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnWorkGroupPropsMixin.Builder.description(String description) The workgroup description.The workgroup name.CfnWorkGroupPropsMixin.Builder.recursiveDeleteOption(Boolean recursiveDeleteOption) The option to delete a workgroup and its contents even if the workgroup contains any named queries.CfnWorkGroupPropsMixin.Builder.recursiveDeleteOption(IResolvable recursiveDeleteOption) The option to delete a workgroup and its contents even if the workgroup contains any named queries.The state of the workgroup: ENABLED or DISABLED.The tags (key-value pairs) to associate with this resource.CfnWorkGroupPropsMixin.Builder.workGroupConfiguration(CfnWorkGroupPropsMixin.WorkGroupConfigurationProperty workGroupConfiguration) The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch Metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.CfnWorkGroupPropsMixin.Builder.workGroupConfiguration(IResolvable workGroupConfiguration) The configuration of the workgroup, which includes the location in Amazon S3 where query results are stored, the encryption option, if any, used for query results, whether Amazon CloudWatch Metrics are enabled for the workgroup, and the limit for the amount of bytes scanned (cutoff) per query, if it is specified.CfnWorkGroupPropsMixin.Builder.workGroupConfigurationUpdates(CfnWorkGroupPropsMixin.WorkGroupConfigurationUpdatesProperty workGroupConfigurationUpdates) Deprecated.this property has been deprecatedCfnWorkGroupPropsMixin.Builder.workGroupConfigurationUpdates(IResolvable workGroupConfigurationUpdates) Deprecated.this property has been deprecated