interface RepositoryCredentialsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Batch.Mixins.CfnJobDefinitionPropsMixin.RepositoryCredentialsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbatch/mixins#CfnJobDefinitionPropsMixin_RepositoryCredentialsProperty |
Java | software.amazon.awscdk.mixins.preview.services.batch.mixins.CfnJobDefinitionPropsMixin.RepositoryCredentialsProperty |
Python | aws_cdk.mixins_preview.aws_batch.mixins.CfnJobDefinitionPropsMixin.RepositoryCredentialsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_batch » mixins » CfnJobDefinitionPropsMixin » 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 { mixins as batch_mixins } from '@aws-cdk/mixins-preview/aws-batch';
const repositoryCredentialsProperty: batch_mixins.CfnJobDefinitionPropsMixin.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
(optional)
The Amazon Resource Name (ARN) of the secret containing the private repository credentials.

.NET
Go
Java
Python
TypeScript