libZSservicesZSamazonka-securityhubZSamazonka-securityhub
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SecurityHub.Types.AwsCodeBuildProjectEnvironmentRegistryCredential

Description

 
Synopsis

Documentation

data AwsCodeBuildProjectEnvironmentRegistryCredential Source #

The credentials for access to a private registry.

See: newAwsCodeBuildProjectEnvironmentRegistryCredential smart constructor.

Constructors

AwsCodeBuildProjectEnvironmentRegistryCredential' 

Fields

  • credential :: Maybe Text

    The ARN or name of credentials created using Secrets Manager.

    The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region.

  • credentialProvider :: Maybe Text

    The service that created the credentials to access a private Docker registry.

    The valid value, SECRETS_MANAGER, is for Secrets Manager.

Instances

Instances details
Eq AwsCodeBuildProjectEnvironmentRegistryCredential Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectEnvironmentRegistryCredential

Read AwsCodeBuildProjectEnvironmentRegistryCredential Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectEnvironmentRegistryCredential

Show AwsCodeBuildProjectEnvironmentRegistryCredential Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectEnvironmentRegistryCredential

Generic AwsCodeBuildProjectEnvironmentRegistryCredential Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectEnvironmentRegistryCredential

NFData AwsCodeBuildProjectEnvironmentRegistryCredential Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectEnvironmentRegistryCredential

Hashable AwsCodeBuildProjectEnvironmentRegistryCredential Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectEnvironmentRegistryCredential

ToJSON AwsCodeBuildProjectEnvironmentRegistryCredential Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectEnvironmentRegistryCredential

FromJSON AwsCodeBuildProjectEnvironmentRegistryCredential Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectEnvironmentRegistryCredential

type Rep AwsCodeBuildProjectEnvironmentRegistryCredential Source # 
Instance details

Defined in Amazonka.SecurityHub.Types.AwsCodeBuildProjectEnvironmentRegistryCredential

type Rep AwsCodeBuildProjectEnvironmentRegistryCredential = D1 ('MetaData "AwsCodeBuildProjectEnvironmentRegistryCredential" "Amazonka.SecurityHub.Types.AwsCodeBuildProjectEnvironmentRegistryCredential" "libZSservicesZSamazonka-securityhubZSamazonka-securityhub" 'False) (C1 ('MetaCons "AwsCodeBuildProjectEnvironmentRegistryCredential'" 'PrefixI 'True) (S1 ('MetaSel ('Just "credential") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "credentialProvider") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAwsCodeBuildProjectEnvironmentRegistryCredential :: AwsCodeBuildProjectEnvironmentRegistryCredential Source #

Create a value of AwsCodeBuildProjectEnvironmentRegistryCredential 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:credential:AwsCodeBuildProjectEnvironmentRegistryCredential', awsCodeBuildProjectEnvironmentRegistryCredential_credential - The ARN or name of credentials created using Secrets Manager.

The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region.

$sel:credentialProvider:AwsCodeBuildProjectEnvironmentRegistryCredential', awsCodeBuildProjectEnvironmentRegistryCredential_credentialProvider - The service that created the credentials to access a private Docker registry.

The valid value, SECRETS_MANAGER, is for Secrets Manager.

awsCodeBuildProjectEnvironmentRegistryCredential_credential :: Lens' AwsCodeBuildProjectEnvironmentRegistryCredential (Maybe Text) Source #

The ARN or name of credentials created using Secrets Manager.

The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region.

awsCodeBuildProjectEnvironmentRegistryCredential_credentialProvider :: Lens' AwsCodeBuildProjectEnvironmentRegistryCredential (Maybe Text) Source #

The service that created the credentials to access a private Docker registry.

The valid value, SECRETS_MANAGER, is for Secrets Manager.