@Stability(value=Stable)
public static interface CfnStudioComponent.ScriptParameterKeyValueProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.nimblestudio.*; ScriptParameterKeyValueProperty scriptParameterKeyValueProperty = ScriptParameterKeyValueProperty.builder() .key("key") .value("value") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnStudioComponent.ScriptParameterKeyValueProperty.Builder
A builder for
CfnStudioComponent.ScriptParameterKeyValueProperty |
static class |
CfnStudioComponent.ScriptParameterKeyValueProperty.Jsii$Proxy
An implementation for
CfnStudioComponent.ScriptParameterKeyValueProperty |
Modifier and Type | Method and Description |
---|---|
static CfnStudioComponent.ScriptParameterKeyValueProperty.Builder |
builder() |
default String |
getKey()
A script parameter key.
|
default String |
getValue()
A script parameter value.
|
@Stability(value=Stable) @Nullable default String getKey()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnStudioComponent.ScriptParameterKeyValueProperty.Builder builder()
Copyright © 2023. All rights reserved.