Class: Aws::EKS::Types::ConnectorConfigRequest

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

Overview

The configuration sent to a cluster for configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#providerString

The cloud provider for the target cluster to connect.

Returns:

  • (String)


906
907
908
909
910
911
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 906

class ConnectorConfigRequest < Struct.new(
  :role_arn,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the role that is authorized to request the connector configuration.

Returns:

  • (String)


906
907
908
909
910
911
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 906

class ConnectorConfigRequest < Struct.new(
  :role_arn,
  :provider)
  SENSITIVE = []
  include Aws::Structure
end