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 RegistryCatalogData Source #
The metadata for a public registry.
See: newRegistryCatalogData
smart constructor.
RegistryCatalogData' | |
|
Instances
newRegistryCatalogData :: RegistryCatalogData Source #
Create a value of RegistryCatalogData
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:displayName:RegistryCatalogData'
, registryCatalogData_displayName
- The display name for a public registry. This appears on the Amazon ECR
Public Gallery.
Only accounts that have the verified account badge can have a registry display name.
registryCatalogData_displayName :: Lens' RegistryCatalogData (Maybe Text) Source #
The display name for a public registry. This appears on the Amazon ECR Public Gallery.
Only accounts that have the verified account badge can have a registry display name.