interface ExpressGatewayRepositoryCredentialsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ECS.Mixins.CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsecs/mixins#CfnExpressGatewayServicePropsMixin_ExpressGatewayRepositoryCredentialsProperty |
Java | software.amazon.awscdk.mixins.preview.services.ecs.mixins.CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty |
Python | aws_cdk.mixins_preview.aws_ecs.mixins.CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ecs » mixins » CfnExpressGatewayServicePropsMixin » ExpressGatewayRepositoryCredentialsProperty |
The repository credentials for private registry authentication to pass to the container.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as ecs_mixins } from '@aws-cdk/mixins-preview/aws-ecs';
const expressGatewayRepositoryCredentialsProperty: ecs_mixins.CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty = {
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