aws-cdk-lib.aws_sam.CfnFunction.KeySAMPTProperty

interface KeySAMPTProperty

LanguageType name
.NETAmazon.CDK.AWS.SAM.CfnFunction.KeySAMPTProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_KeySAMPTProperty
Javasoftware.amazon.awscdk.services.sam.CfnFunction.KeySAMPTProperty
Pythonaws_cdk.aws_sam.CfnFunction.KeySAMPTProperty
TypeScript aws-cdk-lib » aws_sam » CfnFunction » KeySAMPTProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from 'aws-cdk-lib';
const keySAMPTProperty: sam.CfnFunction.KeySAMPTProperty = {
  keyId: 'keyId',
};

Properties

NameTypeDescription
keyIdstringCfnFunction.KeySAMPTProperty.KeyId.

keyId

Type: string

CfnFunction.KeySAMPTProperty.KeyId.