Uses of Class
software.amazon.awscdk.services.codepipeline.actions.AlexaSkillDeployAction.Builder
-
Uses of AlexaSkillDeployAction.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionAlexaSkillDeployAction.Builder.actionName
(String actionName) The physical, human-readable name of the Action.The client id of the developer console token.AlexaSkillDeployAction.Builder.clientSecret
(SecretValue clientSecret) The client secret of the developer console token.AlexaSkillDeployAction.Builder.create()
The source artifact containing the voice model and skill manifest.AlexaSkillDeployAction.Builder.parameterOverridesArtifact
(Artifact parameterOverridesArtifact) An optional artifact containing overrides for the skill manifest.AlexaSkillDeployAction.Builder.refreshToken
(SecretValue refreshToken) The refresh token of the developer console token.The runOrder property for this Action.The Alexa skill id.AlexaSkillDeployAction.Builder.variablesNamespace
(String variablesNamespace) The name of the namespace to use for variables emitted by this action.