Class AlexaSkillDeployActionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.actions.AlexaSkillDeployActionProps.Jsii$Proxy
- All Implemented Interfaces:
AlexaSkillDeployActionProps
,CommonActionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
AlexaSkillDeployActionProps
@Stability(Stable)
@Internal
public static final class AlexaSkillDeployActionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements AlexaSkillDeployActionProps
An implementation for
AlexaSkillDeployActionProps
-
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.services.codepipeline.actions.AlexaSkillDeployActionProps
AlexaSkillDeployActionProps.Builder, AlexaSkillDeployActionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theAlexaSkillDeployActionProps.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 String
The physical, human-readable name of the Action.final String
The client id of the developer console token.final SecretValue
The client secret of the developer console token.final Artifact
getInput()
The source artifact containing the voice model and skill manifest.final Artifact
An optional artifact containing overrides for the skill manifest.final SecretValue
The refresh token of the developer console token.final Number
The runOrder property for this Action.final String
The Alexa skill id.final String
The name of the namespace to use for variables emitted by this action.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 theAlexaSkillDeployActionProps.Builder
.
-
-
Method Details
-
getClientId
Description copied from interface:AlexaSkillDeployActionProps
The client id of the developer console token.- Specified by:
getClientId
in interfaceAlexaSkillDeployActionProps
-
getClientSecret
Description copied from interface:AlexaSkillDeployActionProps
The client secret of the developer console token.- Specified by:
getClientSecret
in interfaceAlexaSkillDeployActionProps
-
getInput
Description copied from interface:AlexaSkillDeployActionProps
The source artifact containing the voice model and skill manifest.- Specified by:
getInput
in interfaceAlexaSkillDeployActionProps
-
getRefreshToken
Description copied from interface:AlexaSkillDeployActionProps
The refresh token of the developer console token.- Specified by:
getRefreshToken
in interfaceAlexaSkillDeployActionProps
-
getSkillId
Description copied from interface:AlexaSkillDeployActionProps
The Alexa skill id.- Specified by:
getSkillId
in interfaceAlexaSkillDeployActionProps
-
getParameterOverridesArtifact
Description copied from interface:AlexaSkillDeployActionProps
An optional artifact containing overrides for the skill manifest.- Specified by:
getParameterOverridesArtifact
in interfaceAlexaSkillDeployActionProps
-
getActionName
Description copied from interface:CommonActionProps
The physical, human-readable name of the Action.Note that Action names must be unique within a single Stage.
- Specified by:
getActionName
in interfaceCommonActionProps
-
getRunOrder
Description copied from interface:CommonActionProps
The runOrder property for this Action.RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
- Specified by:
getRunOrder
in interfaceCommonActionProps
- See Also:
-
getVariablesNamespace
Description copied from interface:CommonActionProps
The name of the namespace to use for variables emitted by this action.Default: - a name will be generated, based on the stage and action names, if any of the action's variables were referenced - otherwise, no namespace will be set
- Specified by:
getVariablesNamespace
in interfaceCommonActionProps
-
$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()
-