Show / Hide Table of Contents

Interface CfnListenerRulePropsMixin.IRewriteConfigObjectProperty

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnListenerRulePropsMixin.IRewriteConfigObjectProperty
Syntax (vb)
Public Interface CfnListenerRulePropsMixin.IRewriteConfigObjectProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-rewriteconfigobject.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.ElasticLoadBalancingV2;

             var rewriteConfigObjectProperty = new RewriteConfigObjectProperty {
                 Rewrites = new [] { new RewriteConfigProperty {
                     Regex = "regex",
                     Replace = "replace"
                 } }
             };

Synopsis

Properties

Rewrites

Properties

Rewrites

object? Rewrites { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-rewriteconfigobject.html#cfn-elasticloadbalancingv2-listenerrule-rewriteconfigobject-rewrites

Type union: either IResolvable or (either IResolvable or CfnListenerRulePropsMixin.IRewriteConfigProperty)[]

Back to top Generated by DocFX