Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayrepositorycredentials.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-expressgatewayservice-expressgatewayrepositorycredentials.html#cfn-ecs-expressgatewayservice-expressgatewayrepositorycredentials-credentialsparameter

Back to top Generated by DocFX