toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.imagebuilder.kotlin.outputs
/
ImageOutputResourceContainer
Image
Output
Resource
Container
data
class
ImageOutputResourceContainer
(
val
imageUris
:
List
<
String
>
?
=
null
,
val
region
:
String
?
=
null
)
Members
Constructors
Image
Output
Resource
Container
Link copied to clipboard
constructor
(
imageUris
:
List
<
String
>
?
=
null
,
region
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
image
Uris
Link copied to clipboard
val
imageUris
:
List
<
String
>
?
=
null
Set of URIs for created containers.
region
Link copied to clipboard
val
region
:
String
?
=
null
Region of the container image.