@aws-cdk_cx-api.KeyContextResponse

interface KeyContextResponse

LanguageType name
.NETAmazon.CDK.CXAPI.KeyContextResponse
Javasoftware.amazon.awscdk.cxapi.KeyContextResponse
Pythonaws_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

NameTypeDescription
keyIdstringId of the key.

keyId

Type: string

Id of the key.