Show / Hide Table of Contents

Class CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty

The repository credentials for private registry authentication to pass to the container.

Inheritance
object
CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty
Implements
CfnExpressGatewayServicePropsMixin.IExpressGatewayRepositoryCredentialsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ECS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty : CfnExpressGatewayServicePropsMixin.IExpressGatewayRepositoryCredentialsProperty
Syntax (vb)
Public Class CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty Implements 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

Constructors

ExpressGatewayRepositoryCredentialsProperty()

The repository credentials for private registry authentication to pass to the container.

Properties

CredentialsParameter

The Amazon Resource Name (ARN) of the secret containing the private repository credentials.

Constructors

ExpressGatewayRepositoryCredentialsProperty()

The repository credentials for private registry authentication to pass to the container.

public ExpressGatewayRepositoryCredentialsProperty()
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"
             };

Properties

CredentialsParameter

The Amazon Resource Name (ARN) of the secret containing the private repository credentials.

public string? CredentialsParameter { get; set; }
Property Value

string

Remarks

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

Implements

CfnExpressGatewayServicePropsMixin.IExpressGatewayRepositoryCredentialsProperty
Back to top Generated by DocFX