Interface IGetContextKeyResult
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
Props
IDictionary<string, object> Props { get; }