Show / Hide Table of Contents

Interface ICredentialSpecConfig

Configuration for a credential specification (CredSpec) used for a ECS container.

Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICredentialSpecConfig
Syntax (vb)
Public Interface ICredentialSpecConfig
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.AWS.ECS;

            var credentialSpecConfig = new CredentialSpecConfig {
                Location = "location",
                TypePrefix = "typePrefix"
            };

Synopsis

Properties

Location

Location of the CredSpec file.

TypePrefix

Prefix used for the CredSpec string.

Properties

Location

Location of the CredSpec file.

string Location { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

TypePrefix

Prefix used for the CredSpec string.

string TypePrefix { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX