com.pulumi.azure.streamanalytics.OutputFunctionArgs 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.streamanalytics;
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 OutputFunctionArgs extends com.pulumi.resources.ResourceArgs {
public static final OutputFunctionArgs Empty = new OutputFunctionArgs();
/**
* The API key for the Function.
*
*/
@Import(name="apiKey", required=true)
private Output apiKey;
/**
* @return The API key for the Function.
*
*/
public Output apiKey() {
return this.apiKey;
}
/**
* The maximum number of events in each batch that's sent to the function. Defaults to `100`.
*
*/
@Import(name="batchMaxCount")
private @Nullable Output batchMaxCount;
/**
* @return The maximum number of events in each batch that's sent to the function. Defaults to `100`.
*
*/
public Optional