Class CfnExpressGatewayServicePropsMixin.ExpressGatewayRepositoryCredentialsProperty
The repository credentials for private registry authentication to pass to the container.
Inherited Members
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
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
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; }