| 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.ECRPublic.Types.RegistryCatalogData
Description
Documentation
data RegistryCatalogData Source #
The metadata for a public registry.
See: newRegistryCatalogData smart constructor.
Constructors
| RegistryCatalogData' | |
Fields
| |
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.