Class: Aws::Types::CreateClusterRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scalingTypes::ClusterAutoScalingConfig

Returns the value of attribute auto_scaling.



2008
2009
2010
# File 'sig/types.rbs', line 2008

def auto_scaling
  @auto_scaling
end

#cluster_name::String

Returns the value of attribute cluster_name.



1997
1998
1999
# File 'sig/types.rbs', line 1997

def cluster_name
  @cluster_name
end

#cluster_role::String

Returns the value of attribute cluster_role.



2007
2008
2009
# File 'sig/types.rbs', line 2007

def cluster_role
  @cluster_role
end

#instance_groups::Array[Types::ClusterInstanceGroupSpecification]

Returns the value of attribute instance_groups.



1998
1999
2000
# File 'sig/types.rbs', line 1998

def instance_groups
  @instance_groups
end

#node_provisioning_mode"Continuous"

Returns the value of attribute node_provisioning_mode.



2006
2007
2008
# File 'sig/types.rbs', line 2006

def node_provisioning_mode
  @node_provisioning_mode
end

#node_recovery"Automatic", "None"

Returns the value of attribute node_recovery.



2004
2005
2006
# File 'sig/types.rbs', line 2004

def node_recovery
  @node_recovery
end

#orchestratorTypes::ClusterOrchestrator

Returns the value of attribute orchestrator.



2003
2004
2005
# File 'sig/types.rbs', line 2003

def orchestrator
  @orchestrator
end

#restricted_instance_groups::Array[Types::ClusterRestrictedInstanceGroupSpecification]

Returns the value of attribute restricted_instance_groups.



1999
2000
2001
# File 'sig/types.rbs', line 1999

def restricted_instance_groups
  @restricted_instance_groups
end

#restricted_instance_groups_configTypes::ClusterRestrictedInstanceGroupsConfig

Returns the value of attribute restricted_instance_groups_config.



2000
2001
2002
# File 'sig/types.rbs', line 2000

def restricted_instance_groups_config
  @restricted_instance_groups_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



2002
2003
2004
# File 'sig/types.rbs', line 2002

def tags
  @tags
end

#tiered_storage_configTypes::ClusterTieredStorageConfig

Returns the value of attribute tiered_storage_config.



2005
2006
2007
# File 'sig/types.rbs', line 2005

def tiered_storage_config
  @tiered_storage_config
end

#vpc_configTypes::VpcConfig

Returns the value of attribute vpc_config.



2001
2002
2003
# File 'sig/types.rbs', line 2001

def vpc_config
  @vpc_config
end