Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ReplicationDestination Source #
An array of objects representing the destination for a replication rule.
See: newReplicationDestination
smart constructor.
ReplicationDestination' | |
|
Instances
newReplicationDestination Source #
:: Text | |
-> Text | |
-> ReplicationDestination |
Create a value of ReplicationDestination
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:region:ReplicationDestination'
, replicationDestination_region
- The Region to replicate to.
$sel:registryId:ReplicationDestination'
, replicationDestination_registryId
- The Amazon Web Services account ID of the Amazon ECR private registry to
replicate to. When configuring cross-Region replication within your own
registry, specify your own account ID.
replicationDestination_region :: Lens' ReplicationDestination Text Source #
The Region to replicate to.
replicationDestination_registryId :: Lens' ReplicationDestination Text Source #
The Amazon Web Services account ID of the Amazon ECR private registry to replicate to. When configuring cross-Region replication within your own registry, specify your own account ID.