Show / Hide Table of Contents

Class CfnSkillPropsMixin.OverridesProperty

The Overrides property type provides overrides to the skill package to apply when creating or updating the skill.

Inheritance
object
CfnSkillPropsMixin.OverridesProperty
Implements
CfnSkillPropsMixin.IOverridesProperty
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.Alexa.ASK
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSkillPropsMixin.OverridesProperty : CfnSkillPropsMixin.IOverridesProperty
Syntax (vb)
Public Class CfnSkillPropsMixin.OverridesProperty Implements CfnSkillPropsMixin.IOverridesProperty
Remarks

Values provided here do not modify the contents of the original skill package. Currently, only overriding values inside of the skill manifest component of the package is supported.

Overrides is a property of the Alexa::ASK::Skill SkillPackage property type.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.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.Alexa.ASK;

             var manifest;

             var overridesProperty = new OverridesProperty {
                 Manifest = manifest
             };

Synopsis

Constructors

OverridesProperty()

The Overrides property type provides overrides to the skill package to apply when creating or updating the skill.

Properties

Manifest

Overrides to apply to the skill manifest inside of the skill package.

Constructors

OverridesProperty()

The Overrides property type provides overrides to the skill package to apply when creating or updating the skill.

public OverridesProperty()
Remarks

Values provided here do not modify the contents of the original skill package. Currently, only overriding values inside of the skill manifest component of the package is supported.

Overrides is a property of the Alexa::ASK::Skill SkillPackage property type.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.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.Alexa.ASK;

             var manifest;

             var overridesProperty = new OverridesProperty {
                 Manifest = manifest
             };

Properties

Manifest

Overrides to apply to the skill manifest inside of the skill package.

public object? Manifest { get; set; }
Property Value

object

Remarks

The skill manifest contains metadata about the skill. For more information, see .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ask-skill-overrides.html#cfn-ask-skill-overrides-manifest

Implements

CfnSkillPropsMixin.IOverridesProperty
Back to top Generated by DocFX