interface ExpressGatewayRepositoryCredentialsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ECS.CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsecs#CfnExpressGatewayServicePropsMixin_ExpressGatewayRepositoryCredentialsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.ecs.CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty |
Python | aws_cdk.cfn_property_mixins.aws_ecs.CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_ecs » 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 { aws_ecs as ecs } from '@aws-cdk/cfn-property-mixins';
const expressGatewayRepositoryCredentialsProperty: ecs.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