interface AlexaSkillEventProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SAM.CfnFunction.AlexaSkillEventProperty |
Java | software.amazon.awscdk.services.sam.CfnFunction.AlexaSkillEventProperty |
Python | aws_cdk.aws_sam.CfnFunction.AlexaSkillEventProperty |
TypeScript | @aws-cdk/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 * as sam from '@aws-cdk/aws-sam';
const alexaSkillEventProperty: sam.CfnFunction.AlexaSkillEventProperty = {
variables: {
variablesKey: 'variables',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| variables? | IResolvable | { [string]: string } | CfnFunction.AlexaSkillEventProperty.Variables. |
variables?
Type:
IResolvable | { [string]: string }
(optional)
CfnFunction.AlexaSkillEventProperty.Variables.

.NET
Java
Python
TypeScript