pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.containeranalysis.v1beta1.kotlin.inputs
/
DeployableArgs
Deployable
Args
data
class
DeployableArgs
(
val
resourceUri
:
Output
<
List
<
String
>
>
)
:
ConvertibleToJava
<
DeployableArgs
>
An artifact that can be deployed in some runtime.
Constructors
Functions
Properties
Constructors
Deployable
Args
Link copied to clipboard
fun
DeployableArgs
(
resourceUri
:
Output
<
List
<
String
>
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DeployableArgs
Properties
resource
Uri
Link copied to clipboard
val
resourceUri
:
Output
<
List
<
String
>
>
Resource URI for the artifact being deployed.