Class: Aws::Types::Cluster
- Inherits:
-
Object
- Object
- Aws::Types::Cluster
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_config ⇒ Types::AccessConfigResponse
Returns the value of attribute access_config.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#certificate_authority ⇒ Types::Certificate
Returns the value of attribute certificate_authority.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#compute_config ⇒ Types::ComputeConfigResponse
Returns the value of attribute compute_config.
-
#connector_config ⇒ Types::ConnectorConfigResponse
Returns the value of attribute connector_config.
-
#control_plane_scaling_config ⇒ Types::ControlPlaneScalingConfig
Returns the value of attribute control_plane_scaling_config.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#encryption_config ⇒ ::Array[Types::EncryptionConfig]
Returns the value of attribute encryption_config.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#health ⇒ Types::ClusterHealth
Returns the value of attribute health.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#identity ⇒ Types::Identity
Returns the value of attribute identity.
-
#kube_api_server_config ⇒ Types::KubeApiServerConfigResponse
Returns the value of attribute kube_api_server_config.
-
#kube_controller_manager_config ⇒ Types::KubeControllerManagerConfigResponse
Returns the value of attribute kube_controller_manager_config.
-
#kube_scheduler_config ⇒ Types::KubeSchedulerConfigResponse
Returns the value of attribute kube_scheduler_config.
-
#kubernetes_network_config ⇒ Types::KubernetesNetworkConfigResponse
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::OutpostConfigResponse
Returns the value of attribute outpost_config.
-
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
-
#remote_network_config ⇒ Types::RemoteNetworkConfigResponse
Returns the value of attribute remote_network_config.
-
#resources_vpc_config ⇒ Types::VpcConfigResponse
Returns the value of attribute resources_vpc_config.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#storage_config ⇒ Types::StorageConfigResponse
Returns the value of attribute storage_config.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#upgrade_policy ⇒ Types::UpgradePolicyResponse
Returns the value of attribute upgrade_policy.
-
#version ⇒ ::String
Returns the value of attribute version.
-
#zonal_shift_config ⇒ Types::ZonalShiftConfigResponse
Returns the value of attribute zonal_shift_config.
Instance Attribute Details
#access_config ⇒ Types::AccessConfigResponse
Returns the value of attribute access_config.
410 411 412 |
# File 'sig/types.rbs', line 410 def access_config @access_config end |
#arn ⇒ ::String
Returns the value of attribute arn.
391 392 393 |
# File 'sig/types.rbs', line 391 def arn @arn end |
#certificate_authority ⇒ Types::Certificate
Returns the value of attribute certificate_authority.
401 402 403 |
# File 'sig/types.rbs', line 401 def @certificate_authority end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
402 403 404 |
# File 'sig/types.rbs', line 402 def client_request_token @client_request_token end |
#compute_config ⇒ Types::ComputeConfigResponse
Returns the value of attribute compute_config.
414 415 416 |
# File 'sig/types.rbs', line 414 def compute_config @compute_config end |
#connector_config ⇒ Types::ConnectorConfigResponse
Returns the value of attribute connector_config.
406 407 408 |
# File 'sig/types.rbs', line 406 def connector_config @connector_config end |
#control_plane_scaling_config ⇒ Types::ControlPlaneScalingConfig
Returns the value of attribute control_plane_scaling_config.
417 418 419 |
# File 'sig/types.rbs', line 417 def control_plane_scaling_config @control_plane_scaling_config end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
392 393 394 |
# File 'sig/types.rbs', line 392 def created_at @created_at end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
416 417 418 |
# File 'sig/types.rbs', line 416 def deletion_protection @deletion_protection end |
#encryption_config ⇒ ::Array[Types::EncryptionConfig]
Returns the value of attribute encryption_config.
405 406 407 |
# File 'sig/types.rbs', line 405 def encryption_config @encryption_config end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
394 395 396 |
# File 'sig/types.rbs', line 394 def endpoint @endpoint end |
#health ⇒ Types::ClusterHealth
Returns the value of attribute health.
408 409 410 |
# File 'sig/types.rbs', line 408 def health @health end |
#id ⇒ ::String
Returns the value of attribute id.
407 408 409 |
# File 'sig/types.rbs', line 407 def id @id end |
#identity ⇒ Types::Identity
Returns the value of attribute identity.
399 400 401 |
# File 'sig/types.rbs', line 399 def identity @identity end |
#kube_api_server_config ⇒ Types::KubeApiServerConfigResponse
Returns the value of attribute kube_api_server_config.
418 419 420 |
# File 'sig/types.rbs', line 418 def kube_api_server_config @kube_api_server_config end |
#kube_controller_manager_config ⇒ Types::KubeControllerManagerConfigResponse
Returns the value of attribute kube_controller_manager_config.
420 421 422 |
# File 'sig/types.rbs', line 420 def kube_controller_manager_config @kube_controller_manager_config end |
#kube_scheduler_config ⇒ Types::KubeSchedulerConfigResponse
Returns the value of attribute kube_scheduler_config.
419 420 421 |
# File 'sig/types.rbs', line 419 def kube_scheduler_config @kube_scheduler_config end |
#kubernetes_network_config ⇒ Types::KubernetesNetworkConfigResponse
Returns the value of attribute kubernetes_network_config.
397 398 399 |
# File 'sig/types.rbs', line 397 def kubernetes_network_config @kubernetes_network_config end |
#logging ⇒ Types::Logging
Returns the value of attribute logging.
398 399 400 |
# File 'sig/types.rbs', line 398 def logging @logging end |
#name ⇒ ::String
Returns the value of attribute name.
390 391 392 |
# File 'sig/types.rbs', line 390 def name @name end |
#outpost_config ⇒ Types::OutpostConfigResponse
Returns the value of attribute outpost_config.
409 410 411 |
# File 'sig/types.rbs', line 409 def outpost_config @outpost_config end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
403 404 405 |
# File 'sig/types.rbs', line 403 def platform_version @platform_version end |
#remote_network_config ⇒ Types::RemoteNetworkConfigResponse
Returns the value of attribute remote_network_config.
413 414 415 |
# File 'sig/types.rbs', line 413 def remote_network_config @remote_network_config end |
#resources_vpc_config ⇒ Types::VpcConfigResponse
Returns the value of attribute resources_vpc_config.
396 397 398 |
# File 'sig/types.rbs', line 396 def resources_vpc_config @resources_vpc_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
395 396 397 |
# File 'sig/types.rbs', line 395 def role_arn @role_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
400 401 402 |
# File 'sig/types.rbs', line 400 def status @status end |
#storage_config ⇒ Types::StorageConfigResponse
Returns the value of attribute storage_config.
415 416 417 |
# File 'sig/types.rbs', line 415 def storage_config @storage_config end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
404 405 406 |
# File 'sig/types.rbs', line 404 def @tags end |
#upgrade_policy ⇒ Types::UpgradePolicyResponse
Returns the value of attribute upgrade_policy.
411 412 413 |
# File 'sig/types.rbs', line 411 def upgrade_policy @upgrade_policy end |
#version ⇒ ::String
Returns the value of attribute version.
393 394 395 |
# File 'sig/types.rbs', line 393 def version @version end |
#zonal_shift_config ⇒ Types::ZonalShiftConfigResponse
Returns the value of attribute zonal_shift_config.
412 413 414 |
# File 'sig/types.rbs', line 412 def zonal_shift_config @zonal_shift_config end |