pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.containeranalysis.v1alpha1.kotlin.inputs
/
URIArgs
URIArgs
data
class
URIArgs
(
val
label
:
Output
<
String
>
?
=
null
,
val
uri
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
URIArgs
>
An URI message.
Constructors
Functions
Properties
Constructors
URIArgs
Link copied to clipboard
fun
URIArgs
(
label
:
Output
<
String
>
?
=
null
,
uri
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
URIArgs
Properties
label
Link copied to clipboard
val
label
:
Output
<
String
>
?
=
null
A label for the URI.
uri
Link copied to clipboard
val
uri
:
Output
<
String
>
?
=
null
The unique resource identifier.