| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.actionName(String actionName)
The physical, human-readable name of the Action.
|
AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.clientId(String clientId)
The client id of the developer console token.
|
AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.clientSecret(SecretValue clientSecret)
The client secret of the developer console token.
|
static AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.create() |
AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.input(Artifact input)
The source artifact containing the voice model and skill manifest.
|
AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.parameterOverridesArtifact(Artifact parameterOverridesArtifact)
An optional artifact containing overrides for the skill manifest.
|
AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.refreshToken(SecretValue refreshToken)
The refresh token of the developer console token.
|
AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.runOrder(Number runOrder)
The runOrder property for this Action.
|
AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.skillId(String skillId)
The Alexa skill id.
|
AlexaSkillDeployAction.Builder |
AlexaSkillDeployAction.Builder.variablesNamespace(String variablesNamespace)
The name of the namespace to use for variables emitted by this action.
|
Copyright © 2022. All rights reserved.