interface QueryStringKeyValueProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.ElasticLoadBalancingV2.CfnListenerRule.QueryStringKeyValueProperty |
Java | software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule.QueryStringKeyValueProperty |
Python | aws_cdk.aws_elasticloadbalancingv2.CfnListenerRule.QueryStringKeyValueProperty |
TypeScript | @aws-cdk/aws-elasticloadbalancingv2 » CfnListenerRule » QueryStringKeyValueProperty |
Information about a key/value pair.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as elbv2 from '@aws-cdk/aws-elasticloadbalancingv2';
const queryStringKeyValueProperty: elbv2.CfnListenerRule.QueryStringKeyValueProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key? | string | The key. |
value? | string | The value. |
key?
Type:
string
(optional)
The key.
You can omit the key.
value?
Type:
string
(optional)
The value.