Show / Hide Table of Contents

Interface CfnTaskDefinition.IRepositoryCredentialsProperty

The repository credentials for private registry authentication.

Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.AWS.ECS.dll
Syntax (csharp)
public interface IRepositoryCredentialsProperty
Syntax (vb)
Public Interface IRepositoryCredentialsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-repositorycredentials.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.AWS.ECS;

var repositoryCredentialsProperty = new RepositoryCredentialsProperty {
    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.

virtual string CredentialsParameter { get; }
Property Value

System.String

Remarks

When you use the Amazon ECS API, AWS CLI , or AWS SDK, if the secret exists in the same Region as the task that you're launching then you can use either the full ARN or the name of the secret. When you use the AWS Management Console, you must specify the full ARN of the secret.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-repositorycredentials.html#cfn-ecs-taskdefinition-repositorycredentials-credentialsparameter

Back to top Generated by DocFX