Class: Aws::Types::ReplicationInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_group_replicationTypes::ConsumerGroupReplication

Returns the value of attribute consumer_group_replication.



1286
1287
1288
# File 'sig/types.rbs', line 1286

def consumer_group_replication
  @consumer_group_replication
end

#source_kafka_cluster_arn::String

Returns the value of attribute source_kafka_cluster_arn.

Returns:

  • (::String)


1287
1288
1289
# File 'sig/types.rbs', line 1287

def source_kafka_cluster_arn
  @source_kafka_cluster_arn
end

#source_kafka_cluster_id::String

Returns the value of attribute source_kafka_cluster_id.

Returns:

  • (::String)


1288
1289
1290
# File 'sig/types.rbs', line 1288

def source_kafka_cluster_id
  @source_kafka_cluster_id
end

#target_compression_type"NONE", ...

Returns the value of attribute target_compression_type.

Returns:

  • ("NONE", "GZIP", "SNAPPY", "LZ4", "ZSTD")


1289
1290
1291
# File 'sig/types.rbs', line 1289

def target_compression_type
  @target_compression_type
end

#target_kafka_cluster_arn::String

Returns the value of attribute target_kafka_cluster_arn.

Returns:

  • (::String)


1290
1291
1292
# File 'sig/types.rbs', line 1290

def target_kafka_cluster_arn
  @target_kafka_cluster_arn
end

#target_kafka_cluster_id::String

Returns the value of attribute target_kafka_cluster_id.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def target_kafka_cluster_id
  @target_kafka_cluster_id
end

#topic_replicationTypes::TopicReplication

Returns the value of attribute topic_replication.



1292
1293
1294
# File 'sig/types.rbs', line 1292

def topic_replication
  @topic_replication
end