Class: Aws::Types::CreateClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling ⇒ Types::ClusterAutoScalingConfig
Returns the value of attribute auto_scaling.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#cluster_role ⇒ ::String
Returns the value of attribute cluster_role.
-
#instance_groups ⇒ ::Array[Types::ClusterInstanceGroupSpecification]
Returns the value of attribute instance_groups.
-
#node_provisioning_mode ⇒ "Continuous"
Returns the value of attribute node_provisioning_mode.
-
#node_recovery ⇒ "Automatic", "None"
Returns the value of attribute node_recovery.
-
#orchestrator ⇒ Types::ClusterOrchestrator
Returns the value of attribute orchestrator.
-
#restricted_instance_groups ⇒ ::Array[Types::ClusterRestrictedInstanceGroupSpecification]
Returns the value of attribute restricted_instance_groups.
-
#restricted_instance_groups_config ⇒ Types::ClusterRestrictedInstanceGroupsConfig
Returns the value of attribute restricted_instance_groups_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tiered_storage_config ⇒ Types::ClusterTieredStorageConfig
Returns the value of attribute tiered_storage_config.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#auto_scaling ⇒ Types::ClusterAutoScalingConfig
Returns the value of attribute auto_scaling.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def auto_scaling @auto_scaling end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def cluster_name @cluster_name end |
#cluster_role ⇒ ::String
Returns the value of attribute cluster_role.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def cluster_role @cluster_role end |
#instance_groups ⇒ ::Array[Types::ClusterInstanceGroupSpecification]
Returns the value of attribute instance_groups.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def instance_groups @instance_groups end |
#node_provisioning_mode ⇒ "Continuous"
Returns the value of attribute node_provisioning_mode.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def node_provisioning_mode @node_provisioning_mode end |
#node_recovery ⇒ "Automatic", "None"
Returns the value of attribute node_recovery.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def node_recovery @node_recovery end |
#orchestrator ⇒ Types::ClusterOrchestrator
Returns the value of attribute orchestrator.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def orchestrator @orchestrator end |
#restricted_instance_groups ⇒ ::Array[Types::ClusterRestrictedInstanceGroupSpecification]
Returns the value of attribute restricted_instance_groups.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def restricted_instance_groups @restricted_instance_groups end |
#restricted_instance_groups_config ⇒ Types::ClusterRestrictedInstanceGroupsConfig
Returns the value of attribute restricted_instance_groups_config.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def restricted_instance_groups_config @restricted_instance_groups_config end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def @tags end |
#tiered_storage_config ⇒ Types::ClusterTieredStorageConfig
Returns the value of attribute tiered_storage_config.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def tiered_storage_config @tiered_storage_config end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def vpc_config @vpc_config end |