Class: Aws::Finspace::Types::CreateKxDatabaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::CreateKxDatabaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A token that ensures idempotency.
-
#database_name ⇒ String
The name of the kdb database.
-
#description ⇒ String
A description of the database.
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
-
#tags ⇒ Hash<String,String>
A list of key-value pairs to label the kdb database.
Instance Attribute Details
#client_token ⇒ String
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.
827 828 829 830 831 832 833 834 835 |
# File 'lib/aws-sdk-finspace/types.rb', line 827 class CreateKxDatabaseRequest < Struct.new( :environment_id, :database_name, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the kdb database.
827 828 829 830 831 832 833 834 835 |
# File 'lib/aws-sdk-finspace/types.rb', line 827 class CreateKxDatabaseRequest < Struct.new( :environment_id, :database_name, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the database.
827 828 829 830 831 832 833 834 835 |
# File 'lib/aws-sdk-finspace/types.rb', line 827 class CreateKxDatabaseRequest < Struct.new( :environment_id, :database_name, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment.
827 828 829 830 831 832 833 834 835 |
# File 'lib/aws-sdk-finspace/types.rb', line 827 class CreateKxDatabaseRequest < Struct.new( :environment_id, :database_name, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of key-value pairs to label the kdb database. You can add up to 50 tags to your kdb database
827 828 829 830 831 832 833 834 835 |
# File 'lib/aws-sdk-finspace/types.rb', line 827 class CreateKxDatabaseRequest < Struct.new( :environment_id, :database_name, :description, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |