Method: Aws::Drs::Types::CreateReplicationConfigurationTemplateRequest#ebs_encryption

Defined in:
lib/aws-sdk-drs/types.rb

#ebs_encryptionString

The type of EBS encryption to be used during replication.

Returns:

  • (String)


328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
# File 'lib/aws-sdk-drs/types.rb', line 328

class CreateReplicationConfigurationTemplateRequest < Struct.new(
  :associate_default_security_group,
  :auto_replicate_new_disks,
  :bandwidth_throttling,
  :create_public_ip,
  :data_plane_routing,
  :default_large_staging_disk_type,
  :ebs_encryption,
  :ebs_encryption_key_arn,
  :pit_policy,
  :replication_server_instance_type,
  :replication_servers_security_groups_i_ds,
  :staging_area_subnet_id,
  :staging_area_tags,
  :tags,
  :use_dedicated_replication_server)
  SENSITIVE = [:staging_area_tags, :tags]
  include Aws::Structure
end