pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ssm.kotlin.outputs
/
ResourceDataSyncS3Destination
Resource
Data
Sync
S3Destination
data
class
ResourceDataSyncS3Destination
(
val
bucketName
:
String
,
val
bucketPrefix
:
String
?
=
null
,
val
bucketRegion
:
String
,
val
kmsKeyArn
:
String
?
=
null
,
val
syncFormat
:
String
)
Types
Constructors
Properties
Constructors
Resource
Data
Sync
S3Destination
Link copied to clipboard
fun
ResourceDataSyncS3Destination
(
bucketName
:
String
,
bucketPrefix
:
String
?
=
null
,
bucketRegion
:
String
,
kmsKeyArn
:
String
?
=
null
,
syncFormat
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bucket
Name
Link copied to clipboard
val
bucketName
:
String
bucket
Prefix
Link copied to clipboard
val
bucketPrefix
:
String
?
=
null
bucket
Region
Link copied to clipboard
val
bucketRegion
:
String
kms
Key
Arn
Link copied to clipboard
val
kmsKeyArn
:
String
?
=
null
sync
Format
Link copied to clipboard
val
syncFormat
:
String