@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.778Z") @Stability(value=Stable) public interface AlexaSkillDeployActionProps extends software.amazon.jsii.JsiiSerializable, CommonActionProps
Alexa deploy Action.| Modifier and Type | Interface and Description |
|---|---|
static class |
AlexaSkillDeployActionProps.Builder
A builder for
AlexaSkillDeployActionProps |
static class |
AlexaSkillDeployActionProps.Jsii$Proxy
An implementation for
AlexaSkillDeployActionProps |
| Modifier and Type | Method and Description |
|---|---|
static AlexaSkillDeployActionProps.Builder |
builder() |
String |
getClientId()
The client id of the developer console token.
|
SecretValue |
getClientSecret()
The client secret of the developer console token.
|
Artifact |
getInput()
The source artifact containing the voice model and skill manifest.
|
default Artifact |
getParameterOverridesArtifact()
An optional artifact containing overrides for the skill manifest.
|
SecretValue |
getRefreshToken()
The refresh token of the developer console token.
|
String |
getSkillId()
The Alexa skill id.
|
getActionName, getRunOrder@Stability(value=Stable) String getClientId()
@Stability(value=Stable) SecretValue getClientSecret()
@Stability(value=Stable) Artifact getInput()
@Stability(value=Stable) SecretValue getRefreshToken()
@Stability(value=Stable) String getSkillId()
@Stability(value=Stable) default Artifact getParameterOverridesArtifact()
@Stability(value=Stable) static AlexaSkillDeployActionProps.Builder builder()
builder in interface CommonActionPropsAlexaSkillDeployActionProps.Builder of AlexaSkillDeployActionPropsCopyright © 2019. All rights reserved.