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
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
Remarks
Type union: either IResolvable or (either IResolvable or CfnListenerRulePropsMixin.IRewriteConfigProperty)[]