pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.sagemaker.kotlin.outputs
/
GetImageResult
Get
Image
Result
data
class
GetImageResult
(
val
imageArn
:
String
?
=
null
,
val
imageDescription
:
String
?
=
null
,
val
imageDisplayName
:
String
?
=
null
,
val
imageRoleArn
:
String
?
=
null
,
val
tags
:
List
<
ImageTag
>
?
=
null
)
Types
Constructors
Properties
Constructors
Get
Image
Result
Link copied to clipboard
fun
GetImageResult
(
imageArn
:
String
?
=
null
,
imageDescription
:
String
?
=
null
,
imageDisplayName
:
String
?
=
null
,
imageRoleArn
:
String
?
=
null
,
tags
:
List
<
ImageTag
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
image
Arn
Link copied to clipboard
val
imageArn
:
String
?
=
null
image
Description
Link copied to clipboard
val
imageDescription
:
String
?
=
null
image
Display
Name
Link copied to clipboard
val
imageDisplayName
:
String
?
=
null
image
Role
Arn
Link copied to clipboard
val
imageRoleArn
:
String
?
=
null
tags
Link copied to clipboard
val
tags
:
List
<
ImageTag
>
?
=
null
An array of key-value pairs to apply to this resource.