@Stability(value=Stable) @Internal public static final class CfnSkillProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnSkillProps
CfnSkillPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnSkillProps.Builder, CfnSkillProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnSkillProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnSkillProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAuthenticationConfiguration()
Login with Amazon (LWA) configuration used to authenticate with the Alexa service.
|
Object |
getSkillPackage()
Configuration for the skill package that contains the components of the Alexa skill.
|
String |
getVendorId()
The vendor ID associated with the Amazon developer account that will host the skill.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnSkillProps.Builder builder)
CfnSkillProps.Builder.public final Object getAuthenticationConfiguration()
CfnSkillPropsOnly Login with Amazon clients created through the are supported. The client ID, client secret, and refresh token are required.
getAuthenticationConfiguration in interface CfnSkillPropspublic final Object getSkillPackage()
CfnSkillPropsSkill packages are retrieved from an Amazon S3 bucket and key and used to create and update the skill. For more information about the skill package format, see the .
getSkillPackage in interface CfnSkillPropspublic final String getVendorId()
CfnSkillPropsDetails for retrieving the vendor ID are in . The provided LWA credentials must be linked to the developer account associated with this vendor ID.
getVendorId in interface CfnSkillProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.