interface RepositoryCredentialsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Batch.CfnJobDefinition.RepositoryCredentialsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbatch#CfnJobDefinition_RepositoryCredentialsProperty |
Java | software.amazon.awscdk.services.batch.CfnJobDefinition.RepositoryCredentialsProperty |
Python | aws_cdk.aws_batch.CfnJobDefinition.RepositoryCredentialsProperty |
TypeScript | aws-cdk-lib » aws_batch » CfnJobDefinition » RepositoryCredentialsProperty |
The repository credentials for private registry authentication.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_batch as batch } from 'aws-cdk-lib';
const repositoryCredentialsProperty: batch.CfnJobDefinition.RepositoryCredentialsProperty = {
credentialsParameter: 'credentialsParameter',
};
Properties
Name | Type | Description |
---|---|---|
credentials | string | The Amazon Resource Name (ARN) of the secret containing the private repository credentials. |
credentialsParameter
Type:
string
The Amazon Resource Name (ARN) of the secret containing the private repository credentials.