@Stability(value=Stable)
public static interface CfnFunction.AlexaSkillEventProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
AlexaSkillEventProperty alexaSkillEventProperty = AlexaSkillEventProperty.builder()
.variables(Map.of(
"variablesKey", "variables"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFunction.AlexaSkillEventProperty.Builder
A builder for
CfnFunction.AlexaSkillEventProperty |
static class |
CfnFunction.AlexaSkillEventProperty.Jsii$Proxy
An implementation for
CfnFunction.AlexaSkillEventProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFunction.AlexaSkillEventProperty.Builder |
builder() |
default Object |
getVariables()
`CfnFunction.AlexaSkillEventProperty.Variables`.
|
@Stability(value=Stable) @Nullable default Object getVariables()
@Stability(value=Stable) static CfnFunction.AlexaSkillEventProperty.Builder builder()
Copyright © 2022. All rights reserved.