com.pulumi.googlenative.dataplex.v1.inputs.GetContentArgs 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.googlenative.dataplex.v1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class GetContentArgs extends com.pulumi.resources.InvokeArgs {
public static final GetContentArgs Empty = new GetContentArgs();
@Import(name="contentId", required=true)
private Output contentId;
public Output contentId() {
return this.contentId;
}
@Import(name="lakeId", required=true)
private Output lakeId;
public Output lakeId() {
return this.lakeId;
}
@Import(name="location", required=true)
private Output location;
public Output location() {
return this.location;
}
@Import(name="project")
private @Nullable Output project;
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy