toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.appmesh.kotlin.outputs
/
GatewayRouteSpecHttpRouteMatchHostname
Gateway
Route
Spec
Http
Route
Match
Hostname
data
class
GatewayRouteSpecHttpRouteMatchHostname
(
val
exact
:
String
?
=
null
,
val
suffix
:
String
?
=
null
)
Members
Constructors
Gateway
Route
Spec
Http
Route
Match
Hostname
Link copied to clipboard
constructor
(
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.