Interface CfnRule.IPathMatchTypeProperty
Describes a path match type.
Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IPathMatchTypeProperty
Syntax (vb)
Public Interface IPathMatchTypeProperty
Remarks
Each rule can include only one of the following types of paths.
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.AWS.VpcLattice;
var pathMatchTypeProperty = new PathMatchTypeProperty {
Exact = "exact",
Prefix = "prefix"
};
Synopsis
Properties
Exact | An exact match of the path. |
Prefix | A prefix match of the path. |
Properties
Exact
An exact match of the path.
virtual string Exact { get; }
Property Value
System.
Remarks
Prefix
A prefix match of the path.
virtual string Prefix { get; }
Property Value
System.