
com.pulumi.aws.rds.inputs.ProxyTargetState 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.rds.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.Integer;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
public final class ProxyTargetState extends com.pulumi.resources.ResourceArgs {
public static final ProxyTargetState Empty = new ProxyTargetState();
/**
* DB cluster identifier.
*
* **NOTE:** Either `db_instance_identifier` or `db_cluster_identifier` should be specified and both should not be specified together
*
*/
@Import(name="dbClusterIdentifier")
private @Nullable Output dbClusterIdentifier;
/**
* @return DB cluster identifier.
*
* **NOTE:** Either `db_instance_identifier` or `db_cluster_identifier` should be specified and both should not be specified together
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy