| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ECR.Types.ReplicationDestination
Description
Documentation
data ReplicationDestination Source #
An array of objects representing the destination for a replication rule.
See: newReplicationDestination smart constructor.
Constructors
| ReplicationDestination' | |
Fields
| |
Instances
newReplicationDestination Source #
Arguments
| :: 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.