You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsCodeBuildProjectEnvironmentRegistryCredential

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsCodeBuildProjectEnvironmentRegistryCredential as input to an Aws::Client method, you can use a vanilla Hash:

{
  credential: "NonEmptyString",
  credential_provider: "NonEmptyString",
}

The credentials for access to a private registry.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#credentialString

The Amazon Resource Name (ARN) or name of credentials created using AWS Secrets Manager.

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

Returns:

  • (String)

    The Amazon Resource Name (ARN) or name of credentials created using AWS Secrets Manager.

#credential_providerString

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

The valid value,SECRETS_MANAGER, is for AWS Secrets Manager.

Returns:

  • (String)

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