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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.actions.AlexaSkillDeployActionProps
AlexaSkillDeployActionProps.Builder, AlexaSkillDeployActionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAlexaSkillDeployActionProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe physical, human-readable name of the Action.final StringThe client id of the developer console token.final SecretValueThe client secret of the developer console token.final ArtifactgetInput()The source artifact containing the voice model and skill manifest.final ArtifactAn optional artifact containing overrides for the skill manifest.final SecretValueThe refresh token of the developer console token.final NumberThe runOrder property for this Action.final StringThe Alexa skill id.final StringThe name of the namespace to use for variables emitted by this action.final inthashCode()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:AlexaSkillDeployActionPropsThe client id of the developer console token.- Specified by:
getClientIdin interfaceAlexaSkillDeployActionProps
-
getClientSecret
Description copied from interface:AlexaSkillDeployActionPropsThe client secret of the developer console token.- Specified by:
getClientSecretin interfaceAlexaSkillDeployActionProps
-
getInput
Description copied from interface:AlexaSkillDeployActionPropsThe source artifact containing the voice model and skill manifest.- Specified by:
getInputin interfaceAlexaSkillDeployActionProps
-
getRefreshToken
Description copied from interface:AlexaSkillDeployActionPropsThe refresh token of the developer console token.- Specified by:
getRefreshTokenin interfaceAlexaSkillDeployActionProps
-
getSkillId
Description copied from interface:AlexaSkillDeployActionPropsThe Alexa skill id.- Specified by:
getSkillIdin interfaceAlexaSkillDeployActionProps
-
getParameterOverridesArtifact
Description copied from interface:AlexaSkillDeployActionPropsAn optional artifact containing overrides for the skill manifest.- Specified by:
getParameterOverridesArtifactin interfaceAlexaSkillDeployActionProps
-
getActionName
Description copied from interface:CommonActionPropsThe physical, human-readable name of the Action.Note that Action names must be unique within a single Stage.
- Specified by:
getActionNamein interfaceCommonActionProps
-
getRunOrder
Description copied from interface:CommonActionPropsThe runOrder property for this Action.RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
- Specified by:
getRunOrderin interfaceCommonActionProps- See Also:
-
getVariablesNamespace
Description copied from interface:CommonActionPropsThe 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:
getVariablesNamespacein interfaceCommonActionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-