ModelContainerImageConfigRepositoryAuthConfig constructor

const ModelContainerImageConfigRepositoryAuthConfig({
  1. required Input<String> repositoryCredentialsProviderArn,
})

Creates a new ModelContainerImageConfigRepositoryAuthConfig. repositoryCredentialsProviderArn ARN of an AWS 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 AWS Lambda function, see Create a Lambda function with the console in the AWS Lambda Developer Guide.

Implementation

const ModelContainerImageConfigRepositoryAuthConfig({
  required this.repositoryCredentialsProviderArn,
});