pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.appmesh.kotlin.outputs
/
RouteSpecHttp2RouteMatchHeaderMatchRange
Route
Spec
Http2Route
Match
Header
Match
Range
data
class
RouteSpecHttp2RouteMatchHeaderMatchRange
(
val
end
:
Int
,
val
start
:
Int
)
Types
Constructors
Properties
Constructors
Route
Spec
Http2Route
Match
Header
Match
Range
Link copied to clipboard
fun
RouteSpecHttp2RouteMatchHeaderMatchRange
(
end
:
Int
,
start
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
end
Link copied to clipboard
val
end
:
Int
End of the range.
start
Link copied to clipboard
val
start
:
Int
Start of the range.