Extracts a property from the configuration argument of S3 Bucket's constructor
new s3.Bucket(_, _, { // config key1: value1, ... keyN: valueN}); Copy
new s3.Bucket(_, _, { // config key1: value1, ... keyN: valueN});
the rule context
the invocation of S3 Bucket's constructor
the key of the property to extract
the extracted property
Extracts a property from the configuration argument of S3 Bucket's constructor