ReplicationConfigurationRepositoryFilterArgs

data class ReplicationConfigurationRepositoryFilterArgs(val filter: Output<String>, val filterType: Output<ReplicationConfigurationFilterType>) : ConvertibleToJava<ReplicationConfigurationRepositoryFilterArgs>

The filter settings used with image replication. Specifying a repository filter to a replication rule provides a method for controlling which repositories in a private registry are replicated. If no filters are added, the contents of all repositories are replicated.

Constructors

constructor(filter: Output<String>, filterType: Output<ReplicationConfigurationFilterType>)

Properties

Link copied to clipboard
val filter: Output<String>

The repository filter details. When the `PREFIX_MATCH` filter type is specified, this value is required and should be the repository name prefix to configure replication for.

Link copied to clipboard

The repository filter type. The only supported value is `PREFIX_MATCH`, which is a repository name prefix specified with the `filter` parameter.

Functions

Link copied to clipboard
open override fun toJava(): ReplicationConfigurationRepositoryFilterArgs