Class: Aws::Types::ReplicationConfigurationTemplate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:staging_area_tags, :tags])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1596
1597
1598
# File 'sig/types.rbs', line 1596

def arn
  @arn
end

#associate_default_security_group ⇒ Boolean

Returns the value of attribute associate_default_security_group.

Returns:

  • (Boolean)


1598
1599
1600
# File 'sig/types.rbs', line 1598

def associate_default_security_group
  @associate_default_security_group
end

#bandwidth_throttling ⇒ ::Integer

Returns the value of attribute bandwidth_throttling.

Returns:

  • (::Integer)


1605
1606
1607
# File 'sig/types.rbs', line 1605

def bandwidth_throttling
  @bandwidth_throttling
end

#create_public_ip ⇒ Boolean

Returns the value of attribute create_public_ip.

Returns:

  • (Boolean)


1607
1608
1609
# File 'sig/types.rbs', line 1607

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


1606
1607
1608
# File 'sig/types.rbs', line 1606

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


1602
1603
1604
# File 'sig/types.rbs', line 1602

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


1603
1604
1605
# File 'sig/types.rbs', line 1603

def ebs_encryption
  @ebs_encryption
end

#ebs_encryption_key_arn ⇒ ::String

Returns the value of attribute ebs_encryption_key_arn.

Returns:

  • (::String)


1604
1605
1606
# File 'sig/types.rbs', line 1604

def ebs_encryption_key_arn
  @ebs_encryption_key_arn
end

#internet_protocol ⇒ "IPV4", "IPV6"

Returns the value of attribute internet_protocol.

Returns:

  • ("IPV4", "IPV6")


1611
1612
1613
# File 'sig/types.rbs', line 1611

def internet_protocol
  @internet_protocol
end

#replication_configuration_template_id ⇒ ::String

Returns the value of attribute replication_configuration_template_id.

Returns:

  • (::String)


1595
1596
1597
# File 'sig/types.rbs', line 1595

def replication_configuration_template_id
  @replication_configuration_template_id
end

#replication_server_instance_type ⇒ ::String

Returns the value of attribute replication_server_instance_type.

Returns:

  • (::String)


1600
1601
1602
# File 'sig/types.rbs', line 1600

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


1599
1600
1601
# File 'sig/types.rbs', line 1599

def replication_servers_security_groups_i_ds
  @replication_servers_security_groups_i_ds
end

#staging_area_subnet_id ⇒ ::String

Returns the value of attribute staging_area_subnet_id.

Returns:

  • (::String)


1597
1598
1599
# File 'sig/types.rbs', line 1597

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


1608
1609
1610
# File 'sig/types.rbs', line 1608

def staging_area_tags
  @staging_area_tags
end

#storage_configuration ⇒ Types::StorageConfiguration

Returns the value of attribute storage_configuration.



1613
1614
1615
# File 'sig/types.rbs', line 1613

def storage_configuration
  @storage_configuration
end

#store_snapshot_on_local_zone ⇒ Boolean

Returns the value of attribute store_snapshot_on_local_zone.

Returns:

  • (Boolean)


1612
1613
1614
# File 'sig/types.rbs', line 1612

def store_snapshot_on_local_zone
  @store_snapshot_on_local_zone
end

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

Returns the value of attribute tags.

Returns:

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


1610
1611
1612
# File 'sig/types.rbs', line 1610

def tags
  @tags
end

#use_dedicated_replication_server ⇒ Boolean

Returns the value of attribute use_dedicated_replication_server.

Returns:

  • (Boolean)


1601
1602
1603
# File 'sig/types.rbs', line 1601

def use_dedicated_replication_server
  @use_dedicated_replication_server
end

#use_fips_endpoint ⇒ Boolean

Returns the value of attribute use_fips_endpoint.

Returns:

  • (Boolean)


1609
1610
1611
# File 'sig/types.rbs', line 1609

def use_fips_endpoint
  @use_fips_endpoint
end