Class: Aws::RedshiftServerless::Types::CreateWorkgroupRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#base_capacityInteger

The base data warehouse capacity of the workgroup in Redshift Processing Units (RPUs).

Returns:

  • (Integer)


489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 489

class CreateWorkgroupRequest < Struct.new(
  :base_capacity,
  :config_parameters,
  :enhanced_vpc_routing,
  :max_capacity,
  :namespace_name,
  :port,
  :publicly_accessible,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#config_parametersArray<Types::ConfigParameter>

An array of parameters to set for advanced control over a database. The options are ‘auto_mv`, `datestyle`, `enable_case_sensitivity_identifier`, `enable_user_activity_logging`, `query_group`, `search_path`, and query monitoring metrics that let you define performance boundaries. For more information about query monitoring rules and available metrics, see [ Query monitoring metrics for Amazon Redshift Serverless].

[1]: docs.aws.amazon.com/redshift/latest/dg/cm-c-wlm-query-monitoring-rules.html#cm-c-wlm-query-monitoring-metrics-serverless

Returns:



489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 489

class CreateWorkgroupRequest < Struct.new(
  :base_capacity,
  :config_parameters,
  :enhanced_vpc_routing,
  :max_capacity,
  :namespace_name,
  :port,
  :publicly_accessible,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#enhanced_vpc_routingBoolean

The value that specifies whether to turn on enhanced virtual private cloud (VPC) routing, which forces Amazon Redshift Serverless to route traffic through your VPC instead of over the internet.

Returns:

  • (Boolean)


489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 489

class CreateWorkgroupRequest < Struct.new(
  :base_capacity,
  :config_parameters,
  :enhanced_vpc_routing,
  :max_capacity,
  :namespace_name,
  :port,
  :publicly_accessible,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#max_capacityInteger

The maximum data-warehouse capacity Amazon Redshift Serverless uses to serve queries. The max capacity is specified in RPUs.

Returns:

  • (Integer)


489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 489

class CreateWorkgroupRequest < Struct.new(
  :base_capacity,
  :config_parameters,
  :enhanced_vpc_routing,
  :max_capacity,
  :namespace_name,
  :port,
  :publicly_accessible,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_nameString

The name of the namespace to associate with the workgroup.

Returns:

  • (String)


489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 489

class CreateWorkgroupRequest < Struct.new(
  :base_capacity,
  :config_parameters,
  :enhanced_vpc_routing,
  :max_capacity,
  :namespace_name,
  :port,
  :publicly_accessible,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#portInteger

The custom port to use when connecting to a workgroup. Valid port ranges are 5431-5455 and 8191-8215. The default is 5439.

Returns:

  • (Integer)


489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 489

class CreateWorkgroupRequest < Struct.new(
  :base_capacity,
  :config_parameters,
  :enhanced_vpc_routing,
  :max_capacity,
  :namespace_name,
  :port,
  :publicly_accessible,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#publicly_accessibleBoolean

A value that specifies whether the workgroup can be accessed from a public network.

Returns:

  • (Boolean)


489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 489

class CreateWorkgroupRequest < Struct.new(
  :base_capacity,
  :config_parameters,
  :enhanced_vpc_routing,
  :max_capacity,
  :namespace_name,
  :port,
  :publicly_accessible,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#security_group_idsArray<String>

An array of security group IDs to associate with the workgroup.

Returns:

  • (Array<String>)


489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 489

class CreateWorkgroupRequest < Struct.new(
  :base_capacity,
  :config_parameters,
  :enhanced_vpc_routing,
  :max_capacity,
  :namespace_name,
  :port,
  :publicly_accessible,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

An array of VPC subnet IDs to associate with the workgroup.

Returns:

  • (Array<String>)


489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 489

class CreateWorkgroupRequest < Struct.new(
  :base_capacity,
  :config_parameters,
  :enhanced_vpc_routing,
  :max_capacity,
  :namespace_name,
  :port,
  :publicly_accessible,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A array of tag instances.

Returns:



489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 489

class CreateWorkgroupRequest < Struct.new(
  :base_capacity,
  :config_parameters,
  :enhanced_vpc_routing,
  :max_capacity,
  :namespace_name,
  :port,
  :publicly_accessible,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#workgroup_nameString

The name of the created workgroup.

Returns:

  • (String)


489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 489

class CreateWorkgroupRequest < Struct.new(
  :base_capacity,
  :config_parameters,
  :enhanced_vpc_routing,
  :max_capacity,
  :namespace_name,
  :port,
  :publicly_accessible,
  :security_group_ids,
  :subnet_ids,
  :tags,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end