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