com.pulumi.googlenative.dataform.v1beta1.inputs.TargetArgs 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.dataform.v1beta1.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;
/**
* Represents an action identifier. If the action writes output, the output will be written to the referenced database object.
*
*/
public final class TargetArgs extends com.pulumi.resources.ResourceArgs {
public static final TargetArgs Empty = new TargetArgs();
/**
* The action's database (Google Cloud project ID) .
*
*/
@Import(name="database")
private @Nullable Output database;
/**
* @return The action's database (Google Cloud project ID) .
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy