aws-cdk-lib.cx_api.KeyContextResponse

interface KeyContextResponse

LanguageType name
.NETAmazon.CDK.CXAPI.KeyContextResponse
Gogithub.com/aws/aws-cdk-go/awscdk/v2/cxapi#KeyContextResponse
Javasoftware.amazon.awscdk.cxapi.KeyContextResponse
Pythonaws_cdk.cx_api.KeyContextResponse
TypeScript (source)aws-cdk-lib » 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 { cx_api } from 'aws-cdk-lib';
const keyContextResponse: cx_api.KeyContextResponse = {
  keyId: 'keyId',
};

Properties

NameTypeDescription
keyIdstringId of the key.

keyId

Type: string

Id of the key.