pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.appmesh.kotlin.outputs
/
GatewayRouteSpecHttp2RouteMatchHostname
Gateway
Route
Spec
Http2Route
Match
Hostname
data
class
GatewayRouteSpecHttp2RouteMatchHostname
(
val
exact
:
String
?
=
null
,
val
suffix
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Gateway
Route
Spec
Http2Route
Match
Hostname
Link copied to clipboard
fun
GatewayRouteSpecHttp2RouteMatchHostname
(
exact
:
String
?
=
null
,
suffix
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
exact
Link copied to clipboard
val
exact
:
String
?
=
null
Exact host name to match on.
suffix
Link copied to clipboard
val
suffix
:
String
?
=
null
Specified ending characters of the host name to match on.