com.pulumi.sumologic.CloudToCloudSourceArgs 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.sumologic;
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.Map;
import java.util.Objects;
public final class CloudToCloudSourceArgs extends com.pulumi.resources.ResourceArgs {
public static final CloudToCloudSourceArgs Empty = new CloudToCloudSourceArgs();
@Import(name="collectorId", required=true)
private Output collectorId;
public Output collectorId() {
return this.collectorId;
}
/**
* This is a JSON object which contains the configuration parameters for the Source. Each schema type requires different JSON parameters. Refer to `JSON Configuration` and `Config Parameters` sections in the integration page for the specific `type` you have chosen to create.
*
*/
@Import(name="config", required=true)
private Output config;
/**
* @return This is a JSON object which contains the configuration parameters for the Source. Each schema type requires different JSON parameters. Refer to `JSON Configuration` and `Config Parameters` sections in the integration page for the specific `type` you have chosen to create.
*
*/
public Output config() {
return this.config;
}
/**
* Source schema details.
*
*/
@Import(name="schemaRef", required=true)
private Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy