Class BucketLifecycleRuleActionArgs


  • public final class BucketLifecycleRuleActionArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • storageClass

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> storageClass()
        Returns:
        The target [Storage Class](https://cloud.google.com/storage/docs/storage-classes) of objects affected by this Lifecycle Rule. Supported values include: `STANDARD`, `MULTI_REGIONAL`, `REGIONAL`, `NEARLINE`, `COLDLINE`, `ARCHIVE`.
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        The type of the action of this Lifecycle Rule. Supported values include: `Delete` and `SetStorageClass`.