Package software.amazon.awscdk.alexa.ask
Class CfnSkillProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.alexa.ask.CfnSkillProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSkillProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSkillProps
@Stability(Stable)
@Internal
public static final class CfnSkillProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSkillProps
An implementation for
CfnSkillProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.alexa.ask.CfnSkillProps
CfnSkillProps.Builder, CfnSkillProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnSkillProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnSkillProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Login with Amazon (LWA) configuration used to authenticate with the Alexa service.final Object
Configuration for the skill package that contains the components of the Alexa skill.final String
The vendor ID associated with the Amazon developer account that will host the skill.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnSkillProps.Builder
.
-
-
Method Details
-
getAuthenticationConfiguration
Description copied from interface:CfnSkillProps
Login with Amazon (LWA) configuration used to authenticate with the Alexa service.Only Login with Amazon clients created through the are supported. The client ID, client secret, and refresh token are required.
- Specified by:
getAuthenticationConfiguration
in interfaceCfnSkillProps
-
getSkillPackage
Description copied from interface:CfnSkillProps
Configuration for the skill package that contains the components of the Alexa skill.Skill 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 .
- Specified by:
getSkillPackage
in interfaceCfnSkillProps
-
getVendorId
Description copied from interface:CfnSkillProps
The vendor ID associated with the Amazon developer account that will host the skill.Details for retrieving the vendor ID are in . The provided LWA credentials must be linked to the developer account associated with this vendor ID.
- Specified by:
getVendorId
in interfaceCfnSkillProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-