
com.pulumi.azurenative.resourcehealth.inputs.ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdArgs 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.azurenative.resourcehealth.inputs;
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 ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdArgs extends com.pulumi.resources.InvokeArgs {
public static final ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdArgs Empty = new ListSecurityAdvisoryImpactedResourceByTenantIdAndEventIdArgs();
/**
* Event Id which uniquely identifies ServiceHealth event.
*
*/
@Import(name="eventTrackingId", required=true)
private Output eventTrackingId;
/**
* @return Event Id which uniquely identifies ServiceHealth event.
*
*/
public Output eventTrackingId() {
return this.eventTrackingId;
}
/**
* The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
*
*/
@Import(name="filter")
private @Nullable Output filter;
/**
* @return The filter to apply on the operation. For more information please see https://docs.microsoft.com/en-us/rest/api/apimanagement/apis?redirectedfrom=MSDN
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy