Class Replication (2.1.0)

Replication(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A policy that defines the replication and encryption configuration of data.

Attributes

NameDescription
automatic .resources.Replication.Automatic
The Secret will automatically be replicated without any restrictions.
user_managed .resources.Replication.UserManaged
The Secret will only be replicated into the locations specified.

Classes

Automatic

Automatic(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A replication policy that replicates the Secret payload without any restrictions.

UserManaged

UserManaged(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A replication policy that replicates the Secret payload into the locations specified in [Secret.replication.user_managed.replicas][]