Class: Aws::ARCRegionswitch::Types::EksCluster

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb

Overview

The Amazon Web Services EKS cluster execution block configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of an Amazon Web Services EKS cluster.

Returns:

  • (String)


595
596
597
598
599
600
601
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 595

class EksCluster < Struct.new(
  :cross_account_role,
  :external_id,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#cross_account_roleString

The cross account role for the configuration.

Returns:

  • (String)


595
596
597
598
599
600
601
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 595

class EksCluster < Struct.new(
  :cross_account_role,
  :external_id,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end

#external_idString

The external ID (secret key) for the configuration.

Returns:

  • (String)


595
596
597
598
599
600
601
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 595

class EksCluster < Struct.new(
  :cross_account_role,
  :external_id,
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end