@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:07.399Z") @Stability(value=Experimental) 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()
(experimental) The client id of the developer console token.
|
SecretValue |
getClientSecret()
(experimental) The client secret of the developer console token.
|
Artifact |
getInput()
(experimental) The source artifact containing the voice model and skill manifest.
|
default Artifact |
getParameterOverridesArtifact()
(experimental) An optional artifact containing overrides for the skill manifest.
|
SecretValue |
getRefreshToken()
(experimental) The refresh token of the developer console token.
|
String |
getSkillId()
(experimental) The Alexa skill id.
|
getActionName, getRunOrder, getVariablesNamespace@Stability(value=Experimental) @NotNull String getClientId()
@Stability(value=Experimental) @NotNull SecretValue getClientSecret()
@Stability(value=Experimental) @NotNull Artifact getInput()
@Stability(value=Experimental) @NotNull SecretValue getRefreshToken()
@Stability(value=Experimental) @NotNull String getSkillId()
@Stability(value=Experimental) @Nullable default Artifact getParameterOverridesArtifact()
@Stability(value=Experimental) static AlexaSkillDeployActionProps.Builder builder()
builder in interface CommonActionPropsAlexaSkillDeployActionProps.Builder of AlexaSkillDeployActionPropsCopyright © 2021. All rights reserved.