Class CfnFunctionPropsMixin.AlexaSkillEventProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SAM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFunctionPropsMixin.AlexaSkillEventProperty : CfnFunctionPropsMixin.IAlexaSkillEventProperty
Syntax (vb)
Public Class CfnFunctionPropsMixin.AlexaSkillEventProperty Implements CfnFunctionPropsMixin.IAlexaSkillEventProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SAM;
var alexaSkillEventProperty = new AlexaSkillEventProperty {
SkillId = "skillId"
};
Synopsis
Constructors
| AlexaSkillEventProperty() |
Properties
| SkillId |
Constructors
AlexaSkillEventProperty()
public AlexaSkillEventProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SAM;
var alexaSkillEventProperty = new AlexaSkillEventProperty {
SkillId = "skillId"
};
Properties
SkillId
public string? SkillId { get; set; }