@Stability(value=Stable)
public static interface CfnListenerRule.QueryStringConfigProperty
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.elasticloadbalancingv2.*;
QueryStringConfigProperty queryStringConfigProperty = QueryStringConfigProperty.builder()
.values(List.of(QueryStringKeyValueProperty.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnListenerRule.QueryStringConfigProperty.Builder
A builder for
CfnListenerRule.QueryStringConfigProperty |
static class |
CfnListenerRule.QueryStringConfigProperty.Jsii$Proxy
An implementation for
CfnListenerRule.QueryStringConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnListenerRule.QueryStringConfigProperty.Builder |
builder() |
default Object |
getValues()
`CfnListenerRule.QueryStringConfigProperty.Values`.
|
@Stability(value=Stable) @Nullable default Object getValues()
@Stability(value=Stable) static CfnListenerRule.QueryStringConfigProperty.Builder builder()
Copyright © 2021. All rights reserved.