Class ProjectEnvironmentRegistryCredential
Inheritance
System.Object
ProjectEnvironmentRegistryCredential
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CodeBuild.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ProjectEnvironmentRegistryCredential
Fields
View SourceCredential
The Amazon Resource Name (ARN) or name of credentials created using AWS Secrets Manager.
Declaration
public readonly string Credential
Field Value
| Type | Description |
|---|---|
| System.String |
CredentialProvider
The service that created the credentials to access a private Docker registry. The valid value, SECRETS_MANAGER, is for AWS Secrets Manager.
Declaration
public readonly string CredentialProvider
Field Value
| Type | Description |
|---|---|
| System.String |