GetContextKeyResult
- class aws_cdk.GetContextKeyResult(*, key, props)
Bases:
object
- Parameters:
key (
str
) –props (
Mapping
[str
,Any
]) –
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk as cdk # props: Any get_context_key_result = cdk.GetContextKeyResult( key="key", props={ "props_key": props } )
Attributes
- key
- props