Struct aws_sdk_securityhub::model::AwsCodeBuildProjectEnvironmentRegistryCredential [−][src]
#[non_exhaustive]pub struct AwsCodeBuildProjectEnvironmentRegistryCredential {
pub credential: Option<String>,
pub credential_provider: Option<String>,
}
Expand description
The credentials for access to a private registry.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.credential: Option<String>
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.
credential_provider: Option<String>
The service that created the credentials to access a private Docker registry.
The valid value, SECRETS_MANAGER
, is for Secrets Manager.
Implementations
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.
The service that created the credentials to access a private Docker registry.
The valid value, SECRETS_MANAGER
, is for Secrets Manager.
Creates a new builder-style object to manufacture AwsCodeBuildProjectEnvironmentRegistryCredential
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more