com.pulumi.slack.ConversationArgs 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.
// *** 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;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Boolean;
import java.lang.String;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ConversationArgs extends com.pulumi.resources.ResourceArgs {
public static final ConversationArgs Empty = new ConversationArgs();
/**
* 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