com.pulumi.azure.monitoring.DataCollectionRuleAssociationArgs 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.monitoring;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import com.pulumi.exceptions.MissingRequiredPropertyException;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class DataCollectionRuleAssociationArgs extends com.pulumi.resources.ResourceArgs {
public static final DataCollectionRuleAssociationArgs Empty = new DataCollectionRuleAssociationArgs();
/**
* The ID of the Data Collection Endpoint which will be associated to the target resource.
*
*/
@Import(name="dataCollectionEndpointId")
private @Nullable Output dataCollectionEndpointId;
/**
* @return The ID of the Data Collection Endpoint which will be associated to the target resource.
*
*/
public Optional