s3control_put_bucket_lifecycle_configuration {paws.storage}R Documentation

This action puts a lifecycle configuration to an Amazon S3 on Outposts bucket

Description

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.

Usage

s3control_put_bucket_lifecycle_configuration(
  AccountId,
  Bucket,
  LifecycleConfiguration = NULL
)

Arguments

AccountId

[required] The Amazon Web Services account ID of the Outposts bucket.

Bucket

[required] The name of the bucket for which to set the configuration.

LifecycleConfiguration

Container for lifecycle rules. You can add as many as 1,000 rules.


[Package paws.storage version 0.9.0 Index]