@Stability(value=Stable)
public static interface CfnService.KeyValuePairProperty
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.apprunner.*;
KeyValuePairProperty keyValuePairProperty = KeyValuePairProperty.builder()
.name("name")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnService.KeyValuePairProperty.Builder
A builder for
CfnService.KeyValuePairProperty |
static class |
CfnService.KeyValuePairProperty.Jsii$Proxy
An implementation for
CfnService.KeyValuePairProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnService.KeyValuePairProperty.Builder |
builder() |
default String |
getName()
The key name string to map to a value.
|
default String |
getValue()
The value string to which the key name is mapped.
|
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnService.KeyValuePairProperty.Builder builder()
Copyright © 2022. All rights reserved.