Class: Aws::Types::ReplicationConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:staging_area_tags])

Instance Attribute Summary collapse

Instance Attribute Details

#associate_default_security_group ⇒ Boolean

Returns the value of attribute associate_default_security_group.

Returns:

  • (Boolean)


1566
1567
1568
# File 'sig/types.rbs', line 1566

def associate_default_security_group
  @associate_default_security_group
end

#bandwidth_throttling ⇒ ::Integer

Returns the value of attribute bandwidth_throttling.

Returns:

  • (::Integer)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def bandwidth_throttling
  @bandwidth_throttling
end

#create_public_ip ⇒ Boolean

Returns the value of attribute create_public_ip.

Returns:

  • (Boolean)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def create_public_ip
  @create_public_ip
end

#data_plane_routing ⇒ "PRIVATE_IP", "PUBLIC_IP"

Returns the value of attribute data_plane_routing.

Returns:

  • ("PRIVATE_IP", "PUBLIC_IP")


1575
1576
1577
# File 'sig/types.rbs', line 1575

def data_plane_routing
  @data_plane_routing
end

#default_large_staging_disk_type ⇒ "GP2", ...

Returns the value of attribute default_large_staging_disk_type.

Returns:

  • ("GP2", "ST1", "GP3")


1570
1571
1572
# File 'sig/types.rbs', line 1570

def default_large_staging_disk_type
  @default_large_staging_disk_type
end

#ebs_encryption ⇒ "DEFAULT", "CUSTOM"

Returns the value of attribute ebs_encryption.

Returns:

  • ("DEFAULT", "CUSTOM")


1572
1573
1574
# File 'sig/types.rbs', line 1572

def ebs_encryption
  @ebs_encryption
end

#ebs_encryption_key_arn ⇒ ::String

Returns the value of attribute ebs_encryption_key_arn.

Returns:

  • (::String)


1573
1574
1575
# File 'sig/types.rbs', line 1573

def ebs_encryption_key_arn
  @ebs_encryption_key_arn
end

#internet_protocol ⇒ "IPV4", "IPV6"

Returns the value of attribute internet_protocol.

Returns:

  • ("IPV4", "IPV6")


1579
1580
1581
# File 'sig/types.rbs', line 1579

def internet_protocol
  @internet_protocol
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def name
  @name
end

#replicated_disks ⇒ ::Array[Types::ReplicationConfigurationReplicatedDisk]

Returns the value of attribute replicated_disks.



1571
1572
1573
# File 'sig/types.rbs', line 1571

def replicated_disks
  @replicated_disks
end

#replication_server_instance_type ⇒ ::String

Returns the value of attribute replication_server_instance_type.

Returns:

  • (::String)


1568
1569
1570
# File 'sig/types.rbs', line 1568

def replication_server_instance_type
  @replication_server_instance_type
end

#replication_servers_security_groups_i_ds ⇒ ::Array[::String]

Returns the value of attribute replication_servers_security_groups_i_ds.

Returns:

  • (::Array[::String])


1567
1568
1569
# File 'sig/types.rbs', line 1567

def replication_servers_security_groups_i_ds
  @replication_servers_security_groups_i_ds
end

#source_server_id ⇒ ::String

Returns the value of attribute source_server_id.

Returns:

  • (::String)


1563
1564
1565
# File 'sig/types.rbs', line 1563

def source_server_id
  @source_server_id
end

#staging_area_subnet_id ⇒ ::String

Returns the value of attribute staging_area_subnet_id.

Returns:

  • (::String)


1565
1566
1567
# File 'sig/types.rbs', line 1565

def staging_area_subnet_id
  @staging_area_subnet_id
end

#staging_area_tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute staging_area_tags.

Returns:

  • (::Hash[::String, ::String])


1577
1578
1579
# File 'sig/types.rbs', line 1577

def staging_area_tags
  @staging_area_tags
end

#storage_configuration ⇒ Types::StorageConfiguration

Returns the value of attribute storage_configuration.



1581
1582
1583
# File 'sig/types.rbs', line 1581

def storage_configuration
  @storage_configuration
end

#store_snapshot_on_local_zone ⇒ Boolean

Returns the value of attribute store_snapshot_on_local_zone.

Returns:

  • (Boolean)


1580
1581
1582
# File 'sig/types.rbs', line 1580

def store_snapshot_on_local_zone
  @store_snapshot_on_local_zone
end

#use_dedicated_replication_server ⇒ Boolean

Returns the value of attribute use_dedicated_replication_server.

Returns:

  • (Boolean)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def use_dedicated_replication_server
  @use_dedicated_replication_server
end

#use_fips_endpoint ⇒ Boolean

Returns the value of attribute use_fips_endpoint.

Returns:

  • (Boolean)


1578
1579
1580
# File 'sig/types.rbs', line 1578

def use_fips_endpoint
  @use_fips_endpoint
end