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 |
Synopsis
- data Registry = Registry' {
- registryId :: Text
- registryArn :: Text
- registryUri :: Text
- verified :: Bool
- aliases :: [RegistryAlias]
- newRegistry :: Text -> Text -> Text -> Bool -> Registry
- registry_registryId :: Lens' Registry Text
- registry_registryArn :: Lens' Registry Text
- registry_registryUri :: Lens' Registry Text
- registry_verified :: Lens' Registry Bool
- registry_aliases :: Lens' Registry [RegistryAlias]
Documentation
The details of a public registry.
See: newRegistry
smart constructor.
Registry' | |
|
Instances
Create a value of Registry
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:registryId:Registry'
, registry_registryId
- The AWS account ID associated with the registry. If you do not specify a
registry, the default public registry is assumed.
$sel:registryArn:Registry'
, registry_registryArn
- The Amazon Resource Name (ARN) of the public registry.
$sel:registryUri:Registry'
, registry_registryUri
- The URI of a public registry. The URI contains a universal prefix and
the registry alias.
$sel:verified:Registry'
, registry_verified
- Whether the account is verified. This indicates whether the account is
an AWS Marketplace vendor. If an account is verified, each public
repository will received a verified account badge on the Amazon ECR
Public Gallery.
$sel:aliases:Registry'
, registry_aliases
- An array of objects representing the aliases for a public registry.
registry_registryId :: Lens' Registry Text Source #
The AWS account ID associated with the registry. If you do not specify a registry, the default public registry is assumed.
registry_registryArn :: Lens' Registry Text Source #
The Amazon Resource Name (ARN) of the public registry.
registry_registryUri :: Lens' Registry Text Source #
The URI of a public registry. The URI contains a universal prefix and the registry alias.
registry_verified :: Lens' Registry Bool Source #
Whether the account is verified. This indicates whether the account is an AWS Marketplace vendor. If an account is verified, each public repository will received a verified account badge on the Amazon ECR Public Gallery.
registry_aliases :: Lens' Registry [RegistryAlias] Source #
An array of objects representing the aliases for a public registry.