com.pulumi.azure.sentinel.inputs.AuthomationRuleActionPlaybookArgs Maven / Gradle / Ivy
// *** 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.azure.sentinel.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.Integer;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class AuthomationRuleActionPlaybookArgs extends com.pulumi.resources.ResourceArgs {
public static final AuthomationRuleActionPlaybookArgs Empty = new AuthomationRuleActionPlaybookArgs();
/**
* The ID of the Logic App that defines the playbook's logic.
*
*/
@Import(name="logicAppId", required=true)
private Output logicAppId;
/**
* @return The ID of the Logic App that defines the playbook's logic.
*
*/
public Output logicAppId() {
return this.logicAppId;
}
/**
* The execution order of this action.
*
*/
@Import(name="order", required=true)
private Output order;
/**
* @return The execution order of this action.
*
*/
public Output order() {
return this.order;
}
/**
* The ID of the Tenant that owns the playbook.
*
*/
@Import(name="tenantId")
private @Nullable Output tenantId;
/**
* @return The ID of the Tenant that owns the playbook.
*
*/
public Optional