toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.sagemaker.kotlin.inputs
/
DeviceFleetEdgeOutputConfigArgs
Device
Fleet
Edge
Output
Config
Args
data
class
DeviceFleetEdgeOutputConfigArgs
(
val
kmsKeyId
:
Output
<
String
>
?
=
null
,
val
s3OutputLocation
:
Output
<
String
>
)
:
ConvertibleToJava
<
DeviceFleetEdgeOutputConfigArgs
>
Members
Constructors
Device
Fleet
Edge
Output
Config
Args
Link copied to clipboard
constructor
(
kmsKeyId
:
Output
<
String
>
?
=
null
,
s3OutputLocation
:
Output
<
String
>
)
Properties
kms
Key
Id
Link copied to clipboard
val
kmsKeyId
:
Output
<
String
>
?
=
null
The KMS key id used for encryption on the S3 bucket
s3Output
Location
Link copied to clipboard
val
s3OutputLocation
:
Output
<
String
>
The Amazon Simple Storage (S3) bucket URI
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DeviceFleetEdgeOutputConfigArgs