interface KeyContextResponse
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CXAPI.KeyContextResponse |
Java | software.amazon.awscdk.cxapi.KeyContextResponse |
Python | aws_cdk.cx_api.KeyContextResponse |
TypeScript (source) | @aws-cdk/cx-api » KeyContextResponse |
Properties of a discovered key.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cx_api from '@aws-cdk/cx-api';
const keyContextResponse: cx_api.KeyContextResponse = {
keyId: 'keyId',
};
Properties
| Name | Type | Description |
|---|---|---|
| key | string | Id of the key. |
keyId
Type:
string
Id of the key.

.NET
Java
Python
TypeScript (