pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.s3.kotlin.outputs
/
BucketDefaultRetention
Bucket
Default
Retention
data
class
BucketDefaultRetention
(
val
days
:
Int
?
=
null
,
val
mode
:
String
?
=
null
,
val
years
:
Int
?
=
null
)
Types
Constructors
Properties
Constructors
Bucket
Default
Retention
Link copied to clipboard
fun
BucketDefaultRetention
(
days
:
Int
?
=
null
,
mode
:
String
?
=
null
,
years
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
days
Link copied to clipboard
val
days
:
Int
?
=
null
mode
Link copied to clipboard
val
mode
:
String
?
=
null
years
Link copied to clipboard
val
years
:
Int
?
=
null