Class: Aws::Types::Cluster

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_configTypes::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.

Returns:

  • (::String)


333
334
335
# File 'sig/types.rbs', line 333

def arn
  @arn
end

#certificate_authorityTypes::Certificate

Returns the value of attribute certificate_authority.

Returns:



343
344
345
# File 'sig/types.rbs', line 343

def certificate_authority
  @certificate_authority
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def client_request_token
  @client_request_token
end

#compute_configTypes::ComputeConfigResponse

Returns the value of attribute compute_config.



356
357
358
# File 'sig/types.rbs', line 356

def compute_config
  @compute_config
end

#connector_configTypes::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_configTypes::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.

Returns:

  • (::Time)


334
335
336
# File 'sig/types.rbs', line 334

def created_at
  @created_at
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


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.

Returns:



347
348
349
# File 'sig/types.rbs', line 347

def encryption_config
  @encryption_config
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


336
337
338
# File 'sig/types.rbs', line 336

def endpoint
  @endpoint
end

#healthTypes::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.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def id
  @id
end

#identityTypes::Identity

Returns the value of attribute identity.

Returns:



341
342
343
# File 'sig/types.rbs', line 341

def identity
  @identity
end

#kube_api_server_configTypes::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_configTypes::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_configTypes::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_configTypes::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

#loggingTypes::Logging

Returns the value of attribute logging.

Returns:



340
341
342
# File 'sig/types.rbs', line 340

def logging
  @logging
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def name
  @name
end

#outpost_configTypes::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.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def platform_version
  @platform_version
end

#remote_network_configTypes::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_configTypes::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.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def role_arn
  @role_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING", "FAILED", "UPDATING", "PENDING")


342
343
344
# File 'sig/types.rbs', line 342

def status
  @status
end

#storage_configTypes::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.

Returns:

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


346
347
348
# File 'sig/types.rbs', line 346

def tags
  @tags
end

#upgrade_policyTypes::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.

Returns:

  • (::String)


335
336
337
# File 'sig/types.rbs', line 335

def version
  @version
end

#zonal_shift_configTypes::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