toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.appstream.kotlin.outputs
/
GetImageApplicationIconS3Location
Get
Image
Application
Icon
S3Location
data
class
GetImageApplicationIconS3Location
(
val
s3Bucket
:
String
,
val
s3Key
:
String
)
Members
Constructors
Get
Image
Application
Icon
S3Location
Link copied to clipboard
constructor
(
s3Bucket
:
String
,
s3Key
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
s3Bucket
Link copied to clipboard
val
s3Bucket
:
String
S3 bucket of the S3 object.
s3Key
Link copied to clipboard
val
s3Key
:
String
S3 key of the S3 object.