@@ -12,11 +12,15 @@ class S3Bucket(Resource):
12
12
"BucketEncryption" : PropertyType (False , any_type ()),
13
13
"BucketName" : PropertyType (False , is_str ()),
14
14
"CorsConfiguration" : PropertyType (False , any_type ()),
15
+ "IntelligentTieringConfigurations" : PropertyType (False , any_type ()),
15
16
"InventoryConfigurations" : PropertyType (False , any_type ()),
16
17
"LifecycleConfiguration" : PropertyType (False , any_type ()),
17
18
"LoggingConfiguration" : PropertyType (False , any_type ()),
18
19
"MetricsConfigurations" : PropertyType (False , any_type ()),
19
20
"NotificationConfiguration" : PropertyType (False , is_type (dict )),
21
+ "ObjectLockConfiguration" : PropertyType (False , any_type ()),
22
+ "ObjectLockEnabled" : PropertyType (False , any_type ()),
23
+ "OwnershipControls" : PropertyType (False , any_type ()),
20
24
"PublicAccessBlockConfiguration" : PropertyType (False , is_type (dict )),
21
25
"ReplicationConfiguration" : PropertyType (False , any_type ()),
22
26
"Tags" : PropertyType (False , is_type (list )),
0 commit comments