Class: Aws::Finspace::Types::CreateKxVolumeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone_idsArray<String>

The identifier of the availability zones.

Returns:

  • (Array<String>)


1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-finspace/types.rb', line 1406

class CreateKxVolumeRequest < Struct.new(
  :client_token,
  :environment_id,
  :volume_type,
  :volume_name,
  :description,
  :nas1_configuration,
  :az_mode,
  :availability_zone_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#az_modeString

The number of availability zones you want to assign per volume. Currently, FinSpace only supports ‘SINGLE` for volumes. This places dataview in a single AZ.

Returns:

  • (String)


1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-finspace/types.rb', line 1406

class CreateKxVolumeRequest < Struct.new(
  :client_token,
  :environment_id,
  :volume_type,
  :volume_name,
  :description,
  :nas1_configuration,
  :az_mode,
  :availability_zone_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-finspace/types.rb', line 1406

class CreateKxVolumeRequest < Struct.new(
  :client_token,
  :environment_id,
  :volume_type,
  :volume_name,
  :description,
  :nas1_configuration,
  :az_mode,
  :availability_zone_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the volume.

Returns:

  • (String)


1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-finspace/types.rb', line 1406

class CreateKxVolumeRequest < Struct.new(
  :client_token,
  :environment_id,
  :volume_type,
  :volume_name,
  :description,
  :nas1_configuration,
  :az_mode,
  :availability_zone_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment, whose clusters can attach to the volume.

Returns:

  • (String)


1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-finspace/types.rb', line 1406

class CreateKxVolumeRequest < Struct.new(
  :client_token,
  :environment_id,
  :volume_type,
  :volume_name,
  :description,
  :nas1_configuration,
  :az_mode,
  :availability_zone_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nas1_configurationTypes::KxNAS1Configuration

Specifies the configuration for the Network attached storage (NAS_1) file system volume. This parameter is required when you choose ‘volumeType` as NAS_1.



1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-finspace/types.rb', line 1406

class CreateKxVolumeRequest < Struct.new(
  :client_token,
  :environment_id,
  :volume_type,
  :volume_name,
  :description,
  :nas1_configuration,
  :az_mode,
  :availability_zone_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of key-value pairs to label the volume. You can add up to 50 tags to a volume.

Returns:

  • (Hash<String,String>)


1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-finspace/types.rb', line 1406

class CreateKxVolumeRequest < Struct.new(
  :client_token,
  :environment_id,
  :volume_type,
  :volume_name,
  :description,
  :nas1_configuration,
  :az_mode,
  :availability_zone_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#volume_nameString

A unique identifier for the volume.

Returns:

  • (String)


1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-finspace/types.rb', line 1406

class CreateKxVolumeRequest < Struct.new(
  :client_token,
  :environment_id,
  :volume_type,
  :volume_name,
  :description,
  :nas1_configuration,
  :az_mode,
  :availability_zone_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#volume_typeString

The type of file system volume. Currently, FinSpace only supports ‘NAS_1` volume type. When you select `NAS_1` volume type, you must also provide `nas1Configuration`.

Returns:

  • (String)


1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
# File 'lib/aws-sdk-finspace/types.rb', line 1406

class CreateKxVolumeRequest < Struct.new(
  :client_token,
  :environment_id,
  :volume_type,
  :volume_name,
  :description,
  :nas1_configuration,
  :az_mode,
  :availability_zone_ids,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end