Class: Aws::Finspace::Types::GetKxConnectionStringRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

A name of the kdb cluster.

Returns:

  • (String)


2270
2271
2272
2273
2274
2275
2276
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2270

class GetKxConnectionStringRequest < Struct.new(
  :user_arn,
  :environment_id,
  :cluster_name)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


2270
2271
2272
2273
2274
2275
2276
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2270

class GetKxConnectionStringRequest < Struct.new(
  :user_arn,
  :environment_id,
  :cluster_name)
  SENSITIVE = []
  include Aws::Structure
end

#user_arnString

The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.

Returns:

  • (String)


2270
2271
2272
2273
2274
2275
2276
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2270

class GetKxConnectionStringRequest < Struct.new(
  :user_arn,
  :environment_id,
  :cluster_name)
  SENSITIVE = []
  include Aws::Structure
end