Class: Aws::Types::CreateClusterRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_configTypes::CreateAccessConfigRequest

Returns the value of attribute access_config.



602
603
604
# File 'sig/types.rbs', line 602

def access_config
  @access_config
end

#bootstrap_self_managed_addonsBoolean

Returns the value of attribute bootstrap_self_managed_addons.

Returns:

  • (Boolean)


603
604
605
# File 'sig/types.rbs', line 603

def bootstrap_self_managed_addons
  @bootstrap_self_managed_addons
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


598
599
600
# File 'sig/types.rbs', line 598

def client_request_token
  @client_request_token
end

#compute_configTypes::ComputeConfigRequest

Returns the value of attribute compute_config.



607
608
609
# File 'sig/types.rbs', line 607

def compute_config
  @compute_config
end

#control_plane_scaling_configTypes::ControlPlaneScalingConfig

Returns the value of attribute control_plane_scaling_config.



610
611
612
# File 'sig/types.rbs', line 610

def control_plane_scaling_config
  @control_plane_scaling_config
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


609
610
611
# File 'sig/types.rbs', line 609

def deletion_protection
  @deletion_protection
end

#encryption_config::Array[Types::EncryptionConfig]

Returns the value of attribute encryption_config.

Returns:



600
601
602
# File 'sig/types.rbs', line 600

def encryption_config
  @encryption_config
end

#kube_api_server_configTypes::KubeApiServerConfigRequest

Returns the value of attribute kube_api_server_config.



611
612
613
# File 'sig/types.rbs', line 611

def kube_api_server_config
  @kube_api_server_config
end

#kube_controller_manager_configTypes::KubeControllerManagerConfigRequest

Returns the value of attribute kube_controller_manager_config.



613
614
615
# File 'sig/types.rbs', line 613

def kube_controller_manager_config
  @kube_controller_manager_config
end

#kube_scheduler_configTypes::KubeSchedulerConfigRequest

Returns the value of attribute kube_scheduler_config.



612
613
614
# File 'sig/types.rbs', line 612

def kube_scheduler_config
  @kube_scheduler_config
end

#kubernetes_network_configTypes::KubernetesNetworkConfigRequest

Returns the value of attribute kubernetes_network_config.



596
597
598
# File 'sig/types.rbs', line 596

def kubernetes_network_config
  @kubernetes_network_config
end

#loggingTypes::Logging

Returns the value of attribute logging.

Returns:



597
598
599
# File 'sig/types.rbs', line 597

def logging
  @logging
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


592
593
594
# File 'sig/types.rbs', line 592

def name
  @name
end

#outpost_configTypes::OutpostConfigRequest

Returns the value of attribute outpost_config.



601
602
603
# File 'sig/types.rbs', line 601

def outpost_config
  @outpost_config
end

#remote_network_configTypes::RemoteNetworkConfigRequest

Returns the value of attribute remote_network_config.



606
607
608
# File 'sig/types.rbs', line 606

def remote_network_config
  @remote_network_config
end

#resources_vpc_configTypes::VpcConfigRequest

Returns the value of attribute resources_vpc_config.



595
596
597
# File 'sig/types.rbs', line 595

def resources_vpc_config
  @resources_vpc_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


594
595
596
# File 'sig/types.rbs', line 594

def role_arn
  @role_arn
end

#storage_configTypes::StorageConfigRequest

Returns the value of attribute storage_config.



608
609
610
# File 'sig/types.rbs', line 608

def storage_config
  @storage_config
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


599
600
601
# File 'sig/types.rbs', line 599

def tags
  @tags
end

#upgrade_policyTypes::UpgradePolicyRequest

Returns the value of attribute upgrade_policy.



604
605
606
# File 'sig/types.rbs', line 604

def upgrade_policy
  @upgrade_policy
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


593
594
595
# File 'sig/types.rbs', line 593

def version
  @version
end

#zonal_shift_configTypes::ZonalShiftConfigRequest

Returns the value of attribute zonal_shift_config.



605
606
607
# File 'sig/types.rbs', line 605

def zonal_shift_config
  @zonal_shift_config
end