Class: Aws::SecurityHub::Types::AwsCodeBuildProjectEnvironmentRegistryCredential
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCodeBuildProjectEnvironmentRegistryCredential
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The credentials for access to a private registry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credential ⇒ String
The ARN or name of credentials created using Secrets Manager.
-
#credential_provider ⇒ String
The service that created the credentials to access a private Docker registry.
Instance Attribute Details
#credential ⇒ String
The ARN or name of credentials created using Secrets Manager.
<note markdown=“1”> The credential can use the name of the credentials only if they exist in your current Amazon Web Services Region.
</note>
5244 5245 5246 5247 5248 5249 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5244 class AwsCodeBuildProjectEnvironmentRegistryCredential < Struct.new( :credential, :credential_provider) SENSITIVE = [] include Aws::Structure end |
#credential_provider ⇒ String
The service that created the credentials to access a private Docker registry.
The valid value,‘ SECRETS_MANAGER`, is for Secrets Manager.
5244 5245 5246 5247 5248 5249 |
# File 'lib/aws-sdk-securityhub/types.rb', line 5244 class AwsCodeBuildProjectEnvironmentRegistryCredential < Struct.new( :credential, :credential_provider) SENSITIVE = [] include Aws::Structure end |