Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.redshiftserverless.CfnWorkgroupPropsMixin.Builder
Packages that use CfnWorkgroupPropsMixin.Builder
-
Uses of CfnWorkgroupPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.redshiftserverless
Methods in software.amazon.awscdk.cfnpropertymixins.services.redshiftserverless that return CfnWorkgroupPropsMixin.BuilderModifier and TypeMethodDescriptionCfnWorkgroupPropsMixin.Builder.baseCapacity(Number baseCapacity) The base compute capacity of the workgroup in Redshift Processing Units (RPUs).CfnWorkgroupPropsMixin.Builder.configParameters(List<? extends Object> configParameters) The key of the parameter.CfnWorkgroupPropsMixin.Builder.configParameters(IResolvable configParameters) The key of the parameter.CfnWorkgroupPropsMixin.Builder.create()CfnWorkgroupPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnWorkgroupPropsMixin.Builder.enhancedVpcRouting(Boolean enhancedVpcRouting) The value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.CfnWorkgroupPropsMixin.Builder.enhancedVpcRouting(IResolvable enhancedVpcRouting) The value that specifies whether to enable enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC.CfnWorkgroupPropsMixin.Builder.maxCapacity(Number maxCapacity) The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries.CfnWorkgroupPropsMixin.Builder.namespaceName(String namespaceName) The namespace the workgroup is associated with.The custom port to use when connecting to a workgroup.CfnWorkgroupPropsMixin.Builder.pricePerformanceTarget(CfnWorkgroupPropsMixin.PerformanceTargetProperty pricePerformanceTarget) An object that represents the price performance target settings for the workgroup.CfnWorkgroupPropsMixin.Builder.pricePerformanceTarget(IResolvable pricePerformanceTarget) An object that represents the price performance target settings for the workgroup.CfnWorkgroupPropsMixin.Builder.publiclyAccessible(Boolean publiclyAccessible) A value that specifies whether the workgroup can be accessible from a public network.CfnWorkgroupPropsMixin.Builder.publiclyAccessible(IResolvable publiclyAccessible) A value that specifies whether the workgroup can be accessible from a public network.CfnWorkgroupPropsMixin.Builder.recoveryPointId(String recoveryPointId) The recovery point id to restore from.CfnWorkgroupPropsMixin.Builder.securityGroupIds(List<? extends Object> securityGroupIds) A list of security group IDs to associate with the workgroup.CfnWorkgroupPropsMixin.Builder.snapshotArn(String snapshotArn) The Amazon Resource Name (ARN) of the snapshot to restore from.CfnWorkgroupPropsMixin.Builder.snapshotName(String snapshotName) The snapshot name to restore from.CfnWorkgroupPropsMixin.Builder.snapshotOwnerAccount(String snapshotOwnerAccount) The Amazon Web Services account that owns the snapshot.A list of subnet IDs the workgroup is associated with.The map of the key-value pairs used to tag the workgroup.An optional parameter for the name of the track for the workgroup.CfnWorkgroupPropsMixin.Builder.workgroup(CfnWorkgroupPropsMixin.WorkgroupProperty workgroup) The collection of computing resources from which an endpoint is created.CfnWorkgroupPropsMixin.Builder.workgroup(IResolvable workgroup) The collection of computing resources from which an endpoint is created.CfnWorkgroupPropsMixin.Builder.workgroupName(String workgroupName) The name of the workgroup.