KeyContextResponse¶
-
class
aws_cdk.cx_api.
KeyContextResponse
(*, key_id)¶ Bases:
object
Properties of a discovered key.
- Parameters
key_id (
str
) – Id of the key.- 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
¶ Id of the key.
- Return type
str