Table of Contents

Interface IGetContextKeyResult

Namespace
Amazon.CDK
Assembly
Amazon.CDK.dll
public interface IGetContextKeyResult

Examples

// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK;

            var props;
            var getContextKeyResult = new GetContextKeyResult {
                Key = "key",
                Props = new Dictionary<string, object> {
                    { "propsKey", props }
                }
            };

Remarks

ExampleMetadata: fixture=_generated

Properties

Key

string Key { get; }

Property Value

string

Props

IDictionary<string, object> Props { get; }

Property Value

IDictionary<string, object>