Interface CfnExpressGatewayServicePropsMixin.IExpressGatewayRepositoryCredentialsProperty
The repository credentials for private registry authentication to pass to the container.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ECS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnExpressGatewayServicePropsMixin.IExpressGatewayRepositoryCredentialsProperty
Syntax (vb)
Public Interface CfnExpressGatewayServicePropsMixin.IExpressGatewayRepositoryCredentialsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.ECS;
var expressGatewayRepositoryCredentialsProperty = new ExpressGatewayRepositoryCredentialsProperty {
CredentialsParameter = "credentialsParameter"
};
Synopsis
Properties
| CredentialsParameter | The Amazon Resource Name (ARN) of the secret containing the private repository credentials. |
Properties
CredentialsParameter
The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
string? CredentialsParameter { get; }