replicationCluster property

TfRef<List<Map<String, Object?>>> get replicationCluster

Reference to replication_cluster attribute.

Implementation

TfRef<List<Map<String, Object?>>> get replicationCluster =>
    TfRef.attribute<List<Map<String, Object?>>>(this, 'replication_cluster');