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.



410
411
412
# File 'sig/types.rbs', line 410

def access_config
  @access_config
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


391
392
393
# File 'sig/types.rbs', line 391

def arn
  @arn
end

#certificate_authorityTypes::Certificate

Returns the value of attribute certificate_authority.

Returns:



401
402
403
# File 'sig/types.rbs', line 401

def certificate_authority
  @certificate_authority
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def client_request_token
  @client_request_token
end

#compute_configTypes::ComputeConfigResponse

Returns the value of attribute compute_config.



414
415
416
# File 'sig/types.rbs', line 414

def compute_config
  @compute_config
end

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

Returns:

  • (::Time)


392
393
394
# File 'sig/types.rbs', line 392

def created_at
  @created_at
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


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.

Returns:



405
406
407
# File 'sig/types.rbs', line 405

def encryption_config
  @encryption_config
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def endpoint
  @endpoint
end

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

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def id
  @id
end

#identityTypes::Identity

Returns the value of attribute identity.

Returns:



399
400
401
# File 'sig/types.rbs', line 399

def identity
  @identity
end

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

#loggingTypes::Logging

Returns the value of attribute logging.

Returns:



398
399
400
# File 'sig/types.rbs', line 398

def logging
  @logging
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


390
391
392
# File 'sig/types.rbs', line 390

def name
  @name
end

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

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def platform_version
  @platform_version
end

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

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def role_arn
  @role_arn
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


400
401
402
# File 'sig/types.rbs', line 400

def status
  @status
end

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

Returns:

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


404
405
406
# File 'sig/types.rbs', line 404

def tags
  @tags
end

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

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def version
  @version
end

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