aws-cdk-lib.alexa_ask.CfnSkill.OverridesProperty

interface OverridesProperty

LanguageType name
.NETAmazon.CDK.Alexa.Ask.CfnSkill.OverridesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/alexaask#CfnSkill_OverridesProperty
Javasoftware.amazon.awscdk.alexa.ask.CfnSkill.OverridesProperty
Pythonaws_cdk.alexa_ask.CfnSkill.OverridesProperty
TypeScript aws-cdk-lib » alexa_ask » CfnSkill » OverridesProperty

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

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.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { alexa_ask } from 'aws-cdk-lib';

declare const manifest: any;
const overridesProperty: alexa_ask.CfnSkill.OverridesProperty = {
  manifest: manifest,
};

Properties

NameTypeDescription
manifest?anyOverrides to apply to the skill manifest inside of the skill package.

manifest?

Type: any (optional)

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

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