com.pulumi.slack.inputs.ConversationState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of slack Show documentation
Show all versions of slack Show documentation
A Pulumi package for managing Slack workspaces.
The newest version!
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.slack.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Boolean;
import java.lang.Integer;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ConversationState extends com.pulumi.resources.ResourceArgs {
public static final ConversationState Empty = new ConversationState();
/**
* indicates whether the
* conversation should be archived or left behind on destroy. Valid values are
* `archive | none`. Note that when set to `none` the conversation will be left
* as it is and as a result any subsequent runs of pulumi up with the same
* name will fail.
*
*/
@Import(name="actionOnDestroy")
private @Nullable Output actionOnDestroy;
/**
* @return indicates whether the
* conversation should be archived or left behind on destroy. Valid values are
* `archive | none`. Note that when set to `none` the conversation will be left
* as it is and as a result any subsequent runs of pulumi up with the same
* name will fail.
*
*/
public Optional