Class: Aws::Types::CreateClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_config ⇒ Types::CreateAccessConfigRequest
Returns the value of attribute access_config.
-
#bootstrap_self_managed_addons ⇒ Boolean
Returns the value of attribute bootstrap_self_managed_addons.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#compute_config ⇒ Types::ComputeConfigRequest
Returns the value of attribute compute_config.
-
#control_plane_scaling_config ⇒ Types::ControlPlaneScalingConfig
Returns the value of attribute control_plane_scaling_config.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#encryption_config ⇒ ::Array[Types::EncryptionConfig]
Returns the value of attribute encryption_config.
-
#kube_api_server_config ⇒ Types::KubeApiServerConfigRequest
Returns the value of attribute kube_api_server_config.
-
#kube_controller_manager_config ⇒ Types::KubeControllerManagerConfigRequest
Returns the value of attribute kube_controller_manager_config.
-
#kube_scheduler_config ⇒ Types::KubeSchedulerConfigRequest
Returns the value of attribute kube_scheduler_config.
-
#kubernetes_network_config ⇒ Types::KubernetesNetworkConfigRequest
Returns the value of attribute kubernetes_network_config.
-
#logging ⇒ Types::Logging
Returns the value of attribute logging.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#outpost_config ⇒ Types::OutpostConfigRequest
Returns the value of attribute outpost_config.
-
#remote_network_config ⇒ Types::RemoteNetworkConfigRequest
Returns the value of attribute remote_network_config.
-
#resources_vpc_config ⇒ Types::VpcConfigRequest
Returns the value of attribute resources_vpc_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#storage_config ⇒ Types::StorageConfigRequest
Returns the value of attribute storage_config.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#upgrade_policy ⇒ Types::UpgradePolicyRequest
Returns the value of attribute upgrade_policy.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#zonal_shift_config ⇒ Types::ZonalShiftConfigRequest
Returns the value of attribute zonal_shift_config.
Instance Attribute Details
#access_config ⇒ Types::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_addons ⇒ Boolean
Returns the value of attribute bootstrap_self_managed_addons.
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.
528 529 530 |
# File 'sig/types.rbs', line 528 def client_request_token @client_request_token end |
#compute_config ⇒ Types::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_config ⇒ Types::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_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
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.
530 531 532 |
# File 'sig/types.rbs', line 530 def encryption_config @encryption_config end |
#kube_api_server_config ⇒ Types::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_config ⇒ Types::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_config ⇒ Types::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_config ⇒ Types::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 |
#logging ⇒ Types::Logging
Returns the value of attribute logging.
527 528 529 |
# File 'sig/types.rbs', line 527 def logging @logging end |
#name ⇒ ::String
Returns the value of attribute name.
522 523 524 |
# File 'sig/types.rbs', line 522 def name @name end |
#outpost_config ⇒ Types::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_config ⇒ Types::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_config ⇒ Types::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.
524 525 526 |
# File 'sig/types.rbs', line 524 def role_arn @role_arn end |
#storage_config ⇒ Types::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.
529 530 531 |
# File 'sig/types.rbs', line 529 def @tags end |
#upgrade_policy ⇒ Types::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.
523 524 525 |
# File 'sig/types.rbs', line 523 def version @version end |
#zonal_shift_config ⇒ Types::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 |