Class: Aws::ARCRegionswitch::Types::EksCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::EksCluster
- 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
-
#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.
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_role ⇒ String
The cross account role for the configuration.
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_id ⇒ String
The external ID (secret key) for the configuration.
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 |