Show / Hide Table of Contents

Class CfnFunctionPropsMixin.AlexaSkillEventProperty

Inheritance
object
CfnFunctionPropsMixin.AlexaSkillEventProperty
Implements
CfnFunctionPropsMixin.IAlexaSkillEventProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

Synopsis

Constructors

AlexaSkillEventProperty()

Properties

SkillId

Constructors

AlexaSkillEventProperty()

public AlexaSkillEventProperty()
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.CfnPropertyMixins.AWS.SAM;

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

Properties

SkillId

public string? SkillId { get; set; }
Property Value

string

Remarks

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

Implements

CfnFunctionPropsMixin.IAlexaSkillEventProperty
Back to top Generated by DocFX