
com.pulumi.aws.resourcegroups.inputs.GroupResourceQueryArgs 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.aws.resourcegroups.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 GroupResourceQueryArgs extends com.pulumi.resources.ResourceArgs {
public static final GroupResourceQueryArgs Empty = new GroupResourceQueryArgs();
/**
* The resource query as a JSON string.
*
*/
@Import(name="query", required=true)
private Output query;
/**
* @return The resource query as a JSON string.
*
*/
public Output query() {
return this.query;
}
/**
* The type of the resource query. Defaults to `TAG_FILTERS_1_0`.
*
*/
@Import(name="type")
private @Nullable Output type;
/**
* @return The type of the resource query. Defaults to `TAG_FILTERS_1_0`.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy