interface HttpGatewayRoutePrefixRewriteProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#CfnGatewayRoute_HttpGatewayRoutePrefixRewriteProperty |
![]() | software.amazon.awscdk.services.appmesh.CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty |
![]() | aws_cdk.aws_appmesh.CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty |
![]() | aws-cdk-lib » aws_appmesh » CfnGatewayRoute » HttpGatewayRoutePrefixRewriteProperty |
An object representing the beginning characters of the route to rewrite.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appmesh as appmesh } from 'aws-cdk-lib';
const httpGatewayRoutePrefixRewriteProperty: appmesh.CfnGatewayRoute.HttpGatewayRoutePrefixRewriteProperty = {
defaultPrefix: 'defaultPrefix',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
default | string | The default prefix used to replace the incoming route prefix when rewritten. |
value? | string | The value used to replace the incoming route prefix when rewritten. |
defaultPrefix?
Type:
string
(optional)
The default prefix used to replace the incoming route prefix when rewritten.
value?
Type:
string
(optional)
The value used to replace the incoming route prefix when rewritten.