toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.looker.kotlin.inputs
/
InstanceCustomDomainArgs
Instance
Custom
Domain
Args
data
class
InstanceCustomDomainArgs
(
val
domain
:
Output
<
String
>
?
=
null
,
val
state
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
InstanceCustomDomainArgs
>
Members
Constructors
Instance
Custom
Domain
Args
Link copied to clipboard
constructor
(
domain
:
Output
<
String
>
?
=
null
,
state
:
Output
<
String
>
?
=
null
)
Properties
domain
Link copied to clipboard
val
domain
:
Output
<
String
>
?
=
null
Domain name
state
Link copied to clipboard
val
state
:
Output
<
String
>
?
=
null
(Output) Status of the custom domain.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
InstanceCustomDomainArgs