public static interface RepositoryAuthConfig.Builder extends SdkPojo, CopyableBuilder<RepositoryAuthConfig.Builder,RepositoryAuthConfig>
| Modifier and Type | Method and Description |
|---|---|
RepositoryAuthConfig.Builder |
repositoryCredentialsProviderArn(String repositoryCredentialsProviderArn)
The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to
authenticate to the private Docker registry where your model image is hosted.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRepositoryAuthConfig.Builder repositoryCredentialsProviderArn(String repositoryCredentialsProviderArn)
The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted. For information about how to create an Amazon Web Services Lambda function, see Create a Lambda function with the console in the Amazon Web Services Lambda Developer Guide.
repositoryCredentialsProviderArn - The Amazon Resource Name (ARN) of an Amazon Web Services Lambda function that provides credentials to
authenticate to the private Docker registry where your model image is hosted. For information about
how to create an Amazon Web Services Lambda function, see Create a
Lambda function with the console in the Amazon Web Services Lambda Developer Guide.Copyright © 2023. All rights reserved.