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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.route53recoverycontrol.RoutingControl

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const routingControlResource = new aws_native.route53recoverycontrol.RoutingControl("routingControlResource", {
        clusterArn: "string",
        controlPanelArn: "string",
        name: "string",
    });
    
    Coming soon!
    

    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:

    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi