toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.simpleapplicationserver.kotlin.inputs
/
GetImagesPlainArgs
Get
Images
Plain
Args
data
class
GetImagesPlainArgs
(
val
ids
:
List
<
String
>
?
=
null
,
val
imageType
:
String
?
=
null
,
val
nameRegex
:
String
?
=
null
,
val
outputFile
:
String
?
=
null
,
val
platform
:
String
?
=
null
)
:
ConvertibleToJava
<
GetImagesPlainArgs
>
A collection of arguments for invoking getImages.
Members
Constructors
Get
Images
Plain
Args
Link copied to clipboard
constructor
(
ids
:
List
<
String
>
?
=
null
,
imageType
:
String
?
=
null
,
nameRegex
:
String
?
=
null
,
outputFile
:
String
?
=
null
,
platform
:
String
?
=
null
)
Properties
ids
Link copied to clipboard
val
ids
:
List
<
String
>
?
=
null
image
Type
Link copied to clipboard
val
imageType
:
String
?
=
null
name
Regex
Link copied to clipboard
val
nameRegex
:
String
?
=
null
output
File
Link copied to clipboard
val
outputFile
:
String
?
=
null
platform
Link copied to clipboard
val
platform
:
String
?
=
null
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetImagesPlainArgs