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.
352 353 354 |
# File 'sig/types.rbs', line 352 def access_config @access_config end |
#arn ⇒ ::String
Returns the value of attribute arn.
333 334 335 |
# File 'sig/types.rbs', line 333 def arn @arn end |
#certificate_authority ⇒ Types::Certificate
Returns the value of attribute certificate_authority.
343 344 345 |
# File 'sig/types.rbs', line 343 def @certificate_authority end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
344 345 346 |
# File 'sig/types.rbs', line 344 def client_request_token @client_request_token end |
#compute_config ⇒ Types::ComputeConfigResponse
Returns the value of attribute compute_config.
356 357 358 |
# File 'sig/types.rbs', line 356 def compute_config @compute_config end |
#connector_config ⇒ Types::ConnectorConfigResponse
Returns the value of attribute connector_config.
348 349 350 |
# File 'sig/types.rbs', line 348 def connector_config @connector_config end |
#control_plane_scaling_config ⇒ Types::ControlPlaneScalingConfig
Returns the value of attribute control_plane_scaling_config.
359 360 361 |
# File 'sig/types.rbs', line 359 def control_plane_scaling_config @control_plane_scaling_config end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
334 335 336 |
# File 'sig/types.rbs', line 334 def created_at @created_at end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
358 359 360 |
# File 'sig/types.rbs', line 358 def deletion_protection @deletion_protection end |
#encryption_config ⇒ ::Array[Types::EncryptionConfig]
Returns the value of attribute encryption_config.
347 348 349 |
# File 'sig/types.rbs', line 347 def encryption_config @encryption_config end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
336 337 338 |
# File 'sig/types.rbs', line 336 def endpoint @endpoint end |
#health ⇒ Types::ClusterHealth
Returns the value of attribute health.
350 351 352 |
# File 'sig/types.rbs', line 350 def health @health end |
#id ⇒ ::String
Returns the value of attribute id.
349 350 351 |
# File 'sig/types.rbs', line 349 def id @id end |
#identity ⇒ Types::Identity
Returns the value of attribute identity.
341 342 343 |
# File 'sig/types.rbs', line 341 def identity @identity end |
#kube_api_server_config ⇒ Types::KubeApiServerConfigResponse
Returns the value of attribute kube_api_server_config.
360 361 362 |
# File 'sig/types.rbs', line 360 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.
362 363 364 |
# File 'sig/types.rbs', line 362 def kube_controller_manager_config @kube_controller_manager_config end |
#kube_scheduler_config ⇒ Types::KubeSchedulerConfigResponse
Returns the value of attribute kube_scheduler_config.
361 362 363 |
# File 'sig/types.rbs', line 361 def kube_scheduler_config @kube_scheduler_config end |
#kubernetes_network_config ⇒ Types::KubernetesNetworkConfigResponse
Returns the value of attribute kubernetes_network_config.
339 340 341 |
# File 'sig/types.rbs', line 339 def kubernetes_network_config @kubernetes_network_config end |
#logging ⇒ Types::Logging
Returns the value of attribute logging.
340 341 342 |
# File 'sig/types.rbs', line 340 def logging @logging end |
#name ⇒ ::String
Returns the value of attribute name.
332 333 334 |
# File 'sig/types.rbs', line 332 def name @name end |
#outpost_config ⇒ Types::OutpostConfigResponse
Returns the value of attribute outpost_config.
351 352 353 |
# File 'sig/types.rbs', line 351 def outpost_config @outpost_config end |
#platform_version ⇒ ::String
Returns the value of attribute platform_version.
345 346 347 |
# File 'sig/types.rbs', line 345 def platform_version @platform_version end |
#remote_network_config ⇒ Types::RemoteNetworkConfigResponse
Returns the value of attribute remote_network_config.
355 356 357 |
# File 'sig/types.rbs', line 355 def remote_network_config @remote_network_config end |
#resources_vpc_config ⇒ Types::VpcConfigResponse
Returns the value of attribute resources_vpc_config.
338 339 340 |
# File 'sig/types.rbs', line 338 def resources_vpc_config @resources_vpc_config end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
337 338 339 |
# File 'sig/types.rbs', line 337 def role_arn @role_arn end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
342 343 344 |
# File 'sig/types.rbs', line 342 def status @status end |
#storage_config ⇒ Types::StorageConfigResponse
Returns the value of attribute storage_config.
357 358 359 |
# File 'sig/types.rbs', line 357 def storage_config @storage_config end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
346 347 348 |
# File 'sig/types.rbs', line 346 def @tags end |
#upgrade_policy ⇒ Types::UpgradePolicyResponse
Returns the value of attribute upgrade_policy.
353 354 355 |
# File 'sig/types.rbs', line 353 def upgrade_policy @upgrade_policy end |
#version ⇒ ::String
Returns the value of attribute version.
335 336 337 |
# File 'sig/types.rbs', line 335 def version @version end |
#zonal_shift_config ⇒ Types::ZonalShiftConfigResponse
Returns the value of attribute zonal_shift_config.
354 355 356 |
# File 'sig/types.rbs', line 354 def zonal_shift_config @zonal_shift_config end |