AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.route53recoverycontrol.RoutingControl
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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 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 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 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 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 String
- The unique name of the resource.
- args 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
The RoutingControl resource accepts the following input properties:
- Cluster
Arn string - Arn associated with Control Panel
- Control
Panel stringArn - 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 string - Arn associated with Control Panel
- Control
Panel stringArn - 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 String - Arn associated with Control Panel
- control
Panel StringArn - 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 string - Arn associated with Control Panel
- control
Panel stringArn - 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_ strarn - 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.
- cluster
Arn String - Arn associated with Control Panel
- control
Panel StringArn - 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.
- Routing
Control stringArn - The Amazon Resource Name (ARN) of the routing control.
- Status
Pulumi.
Aws Native. Route53Recovery Control. Routing Control Status - 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.
- Routing
Control stringArn - The Amazon Resource Name (ARN) of the routing control.
- Status
Routing
Control Status - 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.
- routing
Control StringArn - The Amazon Resource Name (ARN) of the routing control.
- status
Routing
Control Status - 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.
- routing
Control stringArn - The Amazon Resource Name (ARN) of the routing control.
- status
Routing
Control Status - 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_ strarn - The Amazon Resource Name (ARN) of the routing control.
- status
Routing
Control Status - 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.
- routing
Control StringArn - 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
- Pending
Deletion - PENDING_DELETION
- Routing
Control Status Pending - PENDING
- Routing
Control Status Deployed - DEPLOYED
- Routing
Control Status Pending Deletion - PENDING_DELETION
- Pending
- PENDING
- Deployed
- DEPLOYED
- Pending
Deletion - PENDING_DELETION
- Pending
- PENDING
- Deployed
- DEPLOYED
- Pending
Deletion - 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
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi