Class: Aws::ARCRegionswitch::Types::EksCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::EksCluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-arcregionswitch/types.rb
Overview
The Amazon Web Services EKS cluster execution block configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of an Amazon Web Services EKS cluster.
-
#cross_account_role ⇒ String
The cross account role for the configuration.
-
#external_id ⇒ String
The external ID (secret key) for the configuration.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of an Amazon Web Services EKS cluster.
676 677 678 679 680 681 682 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 676 class EksCluster < Struct.new( :cross_account_role, :external_id, :cluster_arn) SENSITIVE = [] include Aws::Structure end |
#cross_account_role ⇒ String
The cross account role for the configuration.
676 677 678 679 680 681 682 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 676 class EksCluster < Struct.new( :cross_account_role, :external_id, :cluster_arn) SENSITIVE = [] include Aws::Structure end |
#external_id ⇒ String
The external ID (secret key) for the configuration.
676 677 678 679 680 681 682 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 676 class EksCluster < Struct.new( :cross_account_role, :external_id, :cluster_arn) SENSITIVE = [] include Aws::Structure end |