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.



532
533
534
# File 'sig/types.rbs', line 532

def access_config
  @access_config
end

#bootstrap_self_managed_addonsBoolean

Returns the value of attribute bootstrap_self_managed_addons.

Returns:

  • (Boolean)


533
534
535
# File 'sig/types.rbs', line 533

def bootstrap_self_managed_addons
  @bootstrap_self_managed_addons
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


528
529
530
# File 'sig/types.rbs', line 528

def client_request_token
  @client_request_token
end

#compute_configTypes::ComputeConfigRequest

Returns the value of attribute compute_config.



537
538
539
# File 'sig/types.rbs', line 537

def compute_config
  @compute_config
end

#control_plane_scaling_configTypes::ControlPlaneScalingConfig

Returns the value of attribute control_plane_scaling_config.



540
541
542
# File 'sig/types.rbs', line 540

def control_plane_scaling_config
  @control_plane_scaling_config
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


539
540
541
# File 'sig/types.rbs', line 539

def deletion_protection
  @deletion_protection
end

#encryption_config::Array[Types::EncryptionConfig]

Returns the value of attribute encryption_config.

Returns:



530
531
532
# File 'sig/types.rbs', line 530

def encryption_config
  @encryption_config
end

#kube_api_server_configTypes::KubeApiServerConfigRequest

Returns the value of attribute kube_api_server_config.



541
542
543
# File 'sig/types.rbs', line 541

def kube_api_server_config
  @kube_api_server_config
end

#kube_controller_manager_configTypes::KubeControllerManagerConfigRequest

Returns the value of attribute kube_controller_manager_config.



543
544
545
# File 'sig/types.rbs', line 543

def kube_controller_manager_config
  @kube_controller_manager_config
end

#kube_scheduler_configTypes::KubeSchedulerConfigRequest

Returns the value of attribute kube_scheduler_config.



542
543
544
# File 'sig/types.rbs', line 542

def kube_scheduler_config
  @kube_scheduler_config
end

#kubernetes_network_configTypes::KubernetesNetworkConfigRequest

Returns the value of attribute kubernetes_network_config.



526
527
528
# File 'sig/types.rbs', line 526

def kubernetes_network_config
  @kubernetes_network_config
end

#loggingTypes::Logging

Returns the value of attribute logging.

Returns:



527
528
529
# File 'sig/types.rbs', line 527

def logging
  @logging
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


522
523
524
# File 'sig/types.rbs', line 522

def name
  @name
end

#outpost_configTypes::OutpostConfigRequest

Returns the value of attribute outpost_config.



531
532
533
# File 'sig/types.rbs', line 531

def outpost_config
  @outpost_config
end

#remote_network_configTypes::RemoteNetworkConfigRequest

Returns the value of attribute remote_network_config.



536
537
538
# File 'sig/types.rbs', line 536

def remote_network_config
  @remote_network_config
end

#resources_vpc_configTypes::VpcConfigRequest

Returns the value of attribute resources_vpc_config.



525
526
527
# File 'sig/types.rbs', line 525

def resources_vpc_config
  @resources_vpc_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


524
525
526
# File 'sig/types.rbs', line 524

def role_arn
  @role_arn
end

#storage_configTypes::StorageConfigRequest

Returns the value of attribute storage_config.



538
539
540
# File 'sig/types.rbs', line 538

def storage_config
  @storage_config
end

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

Returns the value of attribute tags.

Returns:

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


529
530
531
# File 'sig/types.rbs', line 529

def tags
  @tags
end

#upgrade_policyTypes::UpgradePolicyRequest

Returns the value of attribute upgrade_policy.



534
535
536
# File 'sig/types.rbs', line 534

def upgrade_policy
  @upgrade_policy
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


523
524
525
# File 'sig/types.rbs', line 523

def version
  @version
end

#zonal_shift_configTypes::ZonalShiftConfigRequest

Returns the value of attribute zonal_shift_config.



535
536
537
# File 'sig/types.rbs', line 535

def zonal_shift_config
  @zonal_shift_config
end