This action puts a lifecycle configuration to an Amazon S3 on Outposts bucket. To put a lifecycle configuration to an S3 bucket, see put_bucket_lifecycle_configuration
in the Amazon S3 API Reference.
See https://www.paws-r-sdk.com/docs/s3control_put_bucket_lifecycle_configuration/ for full documentation.
s3control_put_bucket_lifecycle_configuration(
AccountId,
Bucket,
LifecycleConfiguration = NULL
)
[required] The Amazon Web Services account ID of the Outposts bucket.
[required] The name of the bucket for which to set the configuration.
Container for lifecycle rules. You can add as many as 1,000 rules.