Class: Aws::MedicalImaging::Types::CreateDatastoreRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medicalimaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique identifier for API idempotency.

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

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
# File 'lib/aws-sdk-medicalimaging/types.rb', line 276

class CreateDatastoreRequest < Struct.new(
  :datastore_name,
  :client_token,
  :tags,
  :kms_key_arn,
  :lambda_authorizer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_nameString

The data store name.

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
# File 'lib/aws-sdk-medicalimaging/types.rb', line 276

class CreateDatastoreRequest < Struct.new(
  :datastore_name,
  :client_token,
  :tags,
  :kms_key_arn,
  :lambda_authorizer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_arnString

The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
# File 'lib/aws-sdk-medicalimaging/types.rb', line 276

class CreateDatastoreRequest < Struct.new(
  :datastore_name,
  :client_token,
  :tags,
  :kms_key_arn,
  :lambda_authorizer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#lambda_authorizer_arnString

The ARN of the authorizer’s Lambda function.

Returns:

  • (String)


276
277
278
279
280
281
282
283
284
# File 'lib/aws-sdk-medicalimaging/types.rb', line 276

class CreateDatastoreRequest < Struct.new(
  :datastore_name,
  :client_token,
  :tags,
  :kms_key_arn,
  :lambda_authorizer_arn)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags provided when creating a data store.

Returns:

  • (Hash<String,String>)


276
277
278
279
280
281
282
283
284
# File 'lib/aws-sdk-medicalimaging/types.rb', line 276

class CreateDatastoreRequest < Struct.new(
  :datastore_name,
  :client_token,
  :tags,
  :kms_key_arn,
  :lambda_authorizer_arn)
  SENSITIVE = []
  include Aws::Structure
end