@Stability(value=Stable)
public static interface CfnListenerRule.QueryStringKeyValueProperty
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.elasticloadbalancingv2.*;
QueryStringKeyValueProperty queryStringKeyValueProperty = QueryStringKeyValueProperty.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnListenerRule.QueryStringKeyValueProperty.Builder
A builder for
CfnListenerRule.QueryStringKeyValueProperty |
static class |
CfnListenerRule.QueryStringKeyValueProperty.Jsii$Proxy
An implementation for
CfnListenerRule.QueryStringKeyValueProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnListenerRule.QueryStringKeyValueProperty.Builder |
builder() |
default String |
getKey()
The key.
|
default String |
getValue()
The value.
|
@Stability(value=Stable) @Nullable default String getKey()
You can omit the key.
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnListenerRule.QueryStringKeyValueProperty.Builder builder()
Copyright © 2022. All rights reserved.