| 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.PullThroughCacheRule
Description
Synopsis
- data PullThroughCacheRule = PullThroughCacheRule' {}
- newPullThroughCacheRule :: PullThroughCacheRule
- pullThroughCacheRule_createdAt :: Lens' PullThroughCacheRule (Maybe UTCTime)
- pullThroughCacheRule_ecrRepositoryPrefix :: Lens' PullThroughCacheRule (Maybe Text)
- pullThroughCacheRule_registryId :: Lens' PullThroughCacheRule (Maybe Text)
- pullThroughCacheRule_upstreamRegistryUrl :: Lens' PullThroughCacheRule (Maybe Text)
Documentation
data PullThroughCacheRule Source #
The details of a pull through cache rule.
See: newPullThroughCacheRule smart constructor.
Constructors
| PullThroughCacheRule' | |
Fields
| |
Instances
newPullThroughCacheRule :: PullThroughCacheRule Source #
Create a value of PullThroughCacheRule 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:createdAt:PullThroughCacheRule', pullThroughCacheRule_createdAt - The date and time the pull through cache was created.
$sel:ecrRepositoryPrefix:PullThroughCacheRule', pullThroughCacheRule_ecrRepositoryPrefix - The Amazon ECR repository prefix associated with the pull through cache
rule.
$sel:registryId:PullThroughCacheRule', pullThroughCacheRule_registryId - The Amazon Web Services account ID associated with the registry the pull
through cache rule is associated with.
$sel:upstreamRegistryUrl:PullThroughCacheRule', pullThroughCacheRule_upstreamRegistryUrl - The upstream registry URL associated with the pull through cache rule.
pullThroughCacheRule_createdAt :: Lens' PullThroughCacheRule (Maybe UTCTime) Source #
The date and time the pull through cache was created.
pullThroughCacheRule_ecrRepositoryPrefix :: Lens' PullThroughCacheRule (Maybe Text) Source #
The Amazon ECR repository prefix associated with the pull through cache rule.
pullThroughCacheRule_registryId :: Lens' PullThroughCacheRule (Maybe Text) Source #
The Amazon Web Services account ID associated with the registry the pull through cache rule is associated with.
pullThroughCacheRule_upstreamRegistryUrl :: Lens' PullThroughCacheRule (Maybe Text) Source #
The upstream registry URL associated with the pull through cache rule.