interface KeyContextResponse
Language | Type name |
---|---|
.NET | Amazon.CDK.CXAPI.KeyContextResponse |
Go | github.com/aws/aws-cdk-go/awscdk/v2/cxapi#KeyContextResponse |
Java | software.amazon.awscdk.cxapi.KeyContextResponse |
Python | aws_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
Name | Type | Description |
---|---|---|
key | string | Id of the key. |
keyId
Type:
string
Id of the key.