amazonka-lightsail-2.0: Amazon Lightsail SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Lightsail.Types.PrivateRegistryAccess

Description

 
Synopsis

Documentation

data PrivateRegistryAccess Source #

Describes the configuration for an Amazon Lightsail container service to access private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.

For more information, see Configuring access to an Amazon ECR private repository for an Amazon Lightsail container service in the Amazon Lightsail Developer Guide.

See: newPrivateRegistryAccess smart constructor.

Constructors

PrivateRegistryAccess' 

Fields

  • ecrImagePullerRole :: Maybe ContainerServiceECRImagePullerRole

    An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories. If the role is activated, the Amazon Resource Name (ARN) of the role is also listed.

Instances

Instances details
FromJSON PrivateRegistryAccess Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PrivateRegistryAccess

Generic PrivateRegistryAccess Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PrivateRegistryAccess

Associated Types

type Rep PrivateRegistryAccess :: Type -> Type #

Read PrivateRegistryAccess Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PrivateRegistryAccess

Show PrivateRegistryAccess Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PrivateRegistryAccess

NFData PrivateRegistryAccess Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PrivateRegistryAccess

Methods

rnf :: PrivateRegistryAccess -> () #

Eq PrivateRegistryAccess Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PrivateRegistryAccess

Hashable PrivateRegistryAccess Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PrivateRegistryAccess

type Rep PrivateRegistryAccess Source # 
Instance details

Defined in Amazonka.Lightsail.Types.PrivateRegistryAccess

type Rep PrivateRegistryAccess = D1 ('MetaData "PrivateRegistryAccess" "Amazonka.Lightsail.Types.PrivateRegistryAccess" "amazonka-lightsail-2.0-77hvsZhtZFxFduYae8QaN0" 'False) (C1 ('MetaCons "PrivateRegistryAccess'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ecrImagePullerRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContainerServiceECRImagePullerRole))))

newPrivateRegistryAccess :: PrivateRegistryAccess Source #

Create a value of PrivateRegistryAccess 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:ecrImagePullerRole:PrivateRegistryAccess', privateRegistryAccess_ecrImagePullerRole - An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories. If the role is activated, the Amazon Resource Name (ARN) of the role is also listed.

privateRegistryAccess_ecrImagePullerRole :: Lens' PrivateRegistryAccess (Maybe ContainerServiceECRImagePullerRole) Source #

An object that describes the activation status of the role that you can use to grant a Lightsail container service access to Amazon ECR private repositories. If the role is activated, the Amazon Resource Name (ARN) of the role is also listed.