aws-cdk-lib.aws_sam.CfnFunction.AlexaSkillEventProperty

interface AlexaSkillEventProperty

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

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 alexaSkillEventProperty: sam.CfnFunction.AlexaSkillEventProperty = {
  variables: {
    variablesKey: 'variables',
  },
};

Properties

NameTypeDescription
variables?IResolvable | { [string]: string }CfnFunction.AlexaSkillEventProperty.Variables.

variables?

Type: IResolvable | { [string]: string } (optional)

CfnFunction.AlexaSkillEventProperty.Variables.