Class SubscriptionArgs


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

      • autoRenew

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> autoRenew()
        Returns:
        Toggle for automated renewal of the subscription. Valid values are `ENABLED` or `DISABLED`. Default is `ENABLED`.
      • skipDestroy

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> skipDestroy()
        Returns:
        Skip attempting to disable automated renewal upon destruction. If set to `true`, the `auto_renew` value will be left as-is and the resource will simply be removed from state.