Interface IGetContextKeyResult
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGetContextKeyResult
Syntax (vb)
Public Interface IGetContextKeyResult
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;
var props;
var getContextKeyResult = new GetContextKeyResult {
Key = "key",
Props = new Dictionary<string, object> {
{ "propsKey", props }
}
};
Synopsis
Properties
Key | |
Props |
Properties
Key
string Key { get; }
Property Value
System.String
Props
IDictionary<string, object> Props { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>