KeyContextResponse
- class aws_cdk.cx_api.KeyContextResponse(*, key_id)
Bases:
object(deprecated) Properties of a discovered key.
- Parameters:
key_id (
str) – (deprecated) Id of the key.- Deprecated:
The definition of this type has moved to
@aws-cdk/cloud-assembly-api.- Stability:
deprecated
- 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.cx_api as cx_api key_context_response = cx_api.KeyContextResponse( key_id="keyId" )
Attributes
- key_id
(deprecated) Id of the key.
- Stability:
deprecated