Class: Aws::EKS::Types::ConnectorConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::ConnectorConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
The configuration sent to a cluster for configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#provider ⇒ String
The cloud provider for the target cluster to connect.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.
Instance Attribute Details
#provider ⇒ String
The cloud provider for the target cluster to connect.
1103 1104 1105 1106 1107 1108 |
# File 'lib/aws-sdk-eks/types.rb', line 1103 class ConnectorConfigRequest < Struct.new( :role_arn, :provider) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.
1103 1104 1105 1106 1107 1108 |
# File 'lib/aws-sdk-eks/types.rb', line 1103 class ConnectorConfigRequest < Struct.new( :role_arn, :provider) SENSITIVE = [] include Aws::Structure end |