@Stability(value=Stable)
public static interface CfnSkill.OverridesProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.alexa.ask.*;
Object manifest;
OverridesProperty overridesProperty = OverridesProperty.builder()
.manifest(manifest)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnSkill.OverridesProperty.Builder
A builder for
CfnSkill.OverridesProperty |
static class |
CfnSkill.OverridesProperty.Jsii$Proxy
An implementation for
CfnSkill.OverridesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnSkill.OverridesProperty.Builder |
builder() |
default Object |
getManifest()
Overrides to apply to the skill manifest inside of the skill package.
|
@Stability(value=Stable) @Nullable default Object getManifest()
The skill manifest contains metadata about the skill. For more information, see .
@Stability(value=Stable) static CfnSkill.OverridesProperty.Builder builder()
CfnSkill.OverridesProperty.Builder of CfnSkill.OverridesPropertyCopyright © 2022. All rights reserved.