com.pulumi.sumologic.CloudwatchSourceArgs Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sumologic Show documentation
Show all versions of sumologic Show documentation
A Pulumi package for creating and managing sumologic cloud resources.
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.sumologic;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import com.pulumi.sumologic.inputs.CloudwatchSourceAuthenticationArgs;
import com.pulumi.sumologic.inputs.CloudwatchSourceDefaultDateFormatArgs;
import com.pulumi.sumologic.inputs.CloudwatchSourceFilterArgs;
import com.pulumi.sumologic.inputs.CloudwatchSourcePathArgs;
import java.lang.Boolean;
import java.lang.Integer;
import java.lang.String;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class CloudwatchSourceArgs extends com.pulumi.resources.ResourceArgs {
public static final CloudwatchSourceArgs Empty = new CloudwatchSourceArgs();
/**
* Authentication details for connecting to the S3 bucket.
*
*/
@Import(name="authentication", required=true)
private Output authentication;
/**
* @return Authentication details for connecting to the S3 bucket.
*
*/
public Output authentication() {
return this.authentication;
}
@Import(name="automaticDateParsing")
private @Nullable Output automaticDateParsing;
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy