Class: Aws::Finspace::Types::CreateKxEnvironmentRequest

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

#client_tokenString

A token that ensures idempotency. This token expires in 10 minutes.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1099

class CreateKxEnvironmentRequest < Struct.new(
  :name,
  :description,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the kdb environment.

Returns:

  • (String)


1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1099

class CreateKxEnvironmentRequest < Struct.new(
  :name,
  :description,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

The KMS key ID to encrypt your data in the FinSpace environment.

Returns:

  • (String)


1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1099

class CreateKxEnvironmentRequest < Struct.new(
  :name,
  :description,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the kdb environment that you want to create.

Returns:

  • (String)


1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1099

class CreateKxEnvironmentRequest < Struct.new(
  :name,
  :description,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of key-value pairs to label the kdb environment. You can add up to 50 tags to your kdb environment.

Returns:

  • (Hash<String,String>)


1099
1100
1101
1102
1103
1104
1105
1106
1107
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1099

class CreateKxEnvironmentRequest < Struct.new(
  :name,
  :description,
  :kms_key_id,
  :tags,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end