
com.pulumi.aws.route53recoverycontrol.RoutingControlArgs 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.route53recoverycontrol;
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 RoutingControlArgs extends com.pulumi.resources.ResourceArgs {
public static final RoutingControlArgs Empty = new RoutingControlArgs();
/**
* ARN of the cluster in which this routing control will reside.
*
*/
@Import(name="clusterArn", required=true)
private Output clusterArn;
/**
* @return ARN of the cluster in which this routing control will reside.
*
*/
public Output clusterArn() {
return this.clusterArn;
}
/**
* ARN of the control panel in which this routing control will reside.
*
*/
@Import(name="controlPanelArn")
private @Nullable Output controlPanelArn;
/**
* @return ARN of the control panel in which this routing control will reside.
*
*/
public Optional
© 2015 - 2025 Weber Informatics LLC | Privacy Policy