1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. route53recoverycontrol
  5. RoutingControl

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.route53recoverycontrol.RoutingControl

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

AWS Route53 Recovery Control Routing Control resource schema .

Create RoutingControl Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new RoutingControl(name: string, args?: RoutingControlArgs, opts?: CustomResourceOptions);
@overload
def RoutingControl(resource_name: str,
                   args: Optional[RoutingControlArgs] = None,
                   opts: Optional[ResourceOptions] = None)

@overload
def RoutingControl(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   cluster_arn: Optional[str] = None,
                   control_panel_arn: Optional[str] = None,
                   name: Optional[str] = None)
func NewRoutingControl(ctx *Context, name string, args *RoutingControlArgs, opts ...ResourceOption) (*RoutingControl, error)
public RoutingControl(string name, RoutingControlArgs? args = null, CustomResourceOptions? opts = null)
public RoutingControl(String name, RoutingControlArgs args)
public RoutingControl(String name, RoutingControlArgs args, CustomResourceOptions options)
type: aws-native:route53recoverycontrol:RoutingControl
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args RoutingControlArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args RoutingControlArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args RoutingControlArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args RoutingControlArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. RoutingControlArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

RoutingControl Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The RoutingControl resource accepts the following input properties:

ClusterArn string
Arn associated with Control Panel
ControlPanelArn string
The Amazon Resource Name (ARN) of the control panel.
Name string
The name of the routing control. You can use any non-white space character in the name.
ClusterArn string
Arn associated with Control Panel
ControlPanelArn string
The Amazon Resource Name (ARN) of the control panel.
Name string
The name of the routing control. You can use any non-white space character in the name.
clusterArn String
Arn associated with Control Panel
controlPanelArn String
The Amazon Resource Name (ARN) of the control panel.
name String
The name of the routing control. You can use any non-white space character in the name.
clusterArn string
Arn associated with Control Panel
controlPanelArn string
The Amazon Resource Name (ARN) of the control panel.
name string
The name of the routing control. You can use any non-white space character in the name.
cluster_arn str
Arn associated with Control Panel
control_panel_arn str
The Amazon Resource Name (ARN) of the control panel.
name str
The name of the routing control. You can use any non-white space character in the name.
clusterArn String
Arn associated with Control Panel
controlPanelArn String
The Amazon Resource Name (ARN) of the control panel.
name String
The name of the routing control. You can use any non-white space character in the name.

Outputs

All input properties are implicitly available as output properties. Additionally, the RoutingControl resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
RoutingControlArn string
The Amazon Resource Name (ARN) of the routing control.
Status Pulumi.AwsNative.Route53RecoveryControl.RoutingControlStatus
The deployment status of the routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
Id string
The provider-assigned unique ID for this managed resource.
RoutingControlArn string
The Amazon Resource Name (ARN) of the routing control.
Status RoutingControlStatus
The deployment status of the routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
id String
The provider-assigned unique ID for this managed resource.
routingControlArn String
The Amazon Resource Name (ARN) of the routing control.
status RoutingControlStatus
The deployment status of the routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
id string
The provider-assigned unique ID for this managed resource.
routingControlArn string
The Amazon Resource Name (ARN) of the routing control.
status RoutingControlStatus
The deployment status of the routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
id str
The provider-assigned unique ID for this managed resource.
routing_control_arn str
The Amazon Resource Name (ARN) of the routing control.
status RoutingControlStatus
The deployment status of the routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.
id String
The provider-assigned unique ID for this managed resource.
routingControlArn String
The Amazon Resource Name (ARN) of the routing control.
status "PENDING" | "DEPLOYED" | "PENDING_DELETION"
The deployment status of the routing control. Status can be one of the following: PENDING, DEPLOYED, PENDING_DELETION.

Supporting Types

RoutingControlStatus
, RoutingControlStatusArgs

Pending
PENDING
Deployed
DEPLOYED
PendingDeletion
PENDING_DELETION
RoutingControlStatusPending
PENDING
RoutingControlStatusDeployed
DEPLOYED
RoutingControlStatusPendingDeletion
PENDING_DELETION
Pending
PENDING
Deployed
DEPLOYED
PendingDeletion
PENDING_DELETION
Pending
PENDING
Deployed
DEPLOYED
PendingDeletion
PENDING_DELETION
PENDING
PENDING
DEPLOYED
DEPLOYED
PENDING_DELETION
PENDING_DELETION
"PENDING"
PENDING
"DEPLOYED"
DEPLOYED
"PENDING_DELETION"
PENDING_DELETION

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi