com.pulumi.azurenative.operationalinsights.TableArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-native Show documentation
Show all versions of azure-native Show documentation
A native Pulumi package for creating and managing Azure resources.
// *** 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.azurenative.operationalinsights;
import com.pulumi.azurenative.operationalinsights.enums.TablePlanEnum;
import com.pulumi.azurenative.operationalinsights.inputs.RestoredLogsArgs;
import com.pulumi.azurenative.operationalinsights.inputs.SchemaArgs;
import com.pulumi.azurenative.operationalinsights.inputs.SearchResultsArgs;
import com.pulumi.core.Either;
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 TableArgs extends com.pulumi.resources.ResourceArgs {
public static final TableArgs Empty = new TableArgs();
/**
* Instruct the system how to handle and charge the logs ingested to this table.
*
*/
@Import(name="plan")
private @Nullable Output> plan;
/**
* @return Instruct the system how to handle and charge the logs ingested to this table.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy