Show / Hide Table of Contents

Interface CfnFunctionPropsMixin.IAlexaSkillEventProperty

Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFunctionPropsMixin.IAlexaSkillEventProperty
Syntax (vb)
Public Interface CfnFunctionPropsMixin.IAlexaSkillEventProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-alexaskillevent.html

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.Mixins.Preview.AWS.SAM.Mixins;

             var alexaSkillEventProperty = new AlexaSkillEventProperty {
                 SkillId = "skillId"
             };

Synopsis

Properties

SkillId

Properties

SkillId

string? SkillId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-alexaskillevent.html#cfn-serverless-function-alexaskillevent-skillid

Back to top Generated by DocFX