aws-cdk-lib.aws_elasticloadbalancingv2.CfnListenerRule.QueryStringKeyValueProperty

interface QueryStringKeyValueProperty

LanguageType name
.NETAmazon.CDK.AWS.ElasticLoadBalancingV2.CfnListenerRule.QueryStringKeyValueProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awselasticloadbalancingv2#CfnListenerRule_QueryStringKeyValueProperty
Javasoftware.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule.QueryStringKeyValueProperty
Pythonaws_cdk.aws_elasticloadbalancingv2.CfnListenerRule.QueryStringKeyValueProperty
TypeScript aws-cdk-lib » 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 { aws_elasticloadbalancingv2 as elbv2 } from 'aws-cdk-lib';
const queryStringKeyValueProperty: elbv2.CfnListenerRule.QueryStringKeyValueProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
key?stringThe key.
value?stringThe value.

key?

Type: string (optional)

The key.

You can omit the key.


value?

Type: string (optional)

The value.