Show / Hide Table of Contents

Interface IStringParameterLookupOptions

Additional properties for looking up an existing StringParameter.

Namespace: Amazon.CDK.AWS.SSM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStringParameterLookupOptions
Syntax (vb)
Public Interface IStringParameterLookupOptions
Remarks

ExampleMetadata: infused

Examples
var stringValue = StringParameter.ValueFromLookup(this, "/My/Public/Parameter", undefined, new StringParameterLookupOptions { AdditionalCacheKey = Node.Path });

Synopsis

Properties

AdditionalCacheKey

Adds an additional discriminator to the cdk.context.json cache key.

Properties

AdditionalCacheKey

Adds an additional discriminator to the cdk.context.json cache key.

string? AdditionalCacheKey { get; }
Property Value

string

Remarks

Default: - no additional cache key

Back to top Generated by DocFX