spotinst.multai.RoutingRule
Create RoutingRule Resource
new RoutingRule(name: string, args: RoutingRuleArgs, opts?: CustomResourceOptions);
@overload
def RoutingRule(resource_name: str,
opts: Optional[ResourceOptions] = None,
balancer_id: Optional[str] = None,
listener_id: Optional[str] = None,
middleware_ids: Optional[Sequence[str]] = None,
priority: Optional[int] = None,
route: Optional[str] = None,
strategy: Optional[str] = None,
tags: Optional[Sequence[RoutingRuleTagArgs]] = None,
target_set_ids: Optional[Sequence[str]] = None)
@overload
def RoutingRule(resource_name: str,
args: RoutingRuleArgs,
opts: Optional[ResourceOptions] = None)
func NewRoutingRule(ctx *Context, name string, args RoutingRuleArgs, opts ...ResourceOption) (*RoutingRule, error)
public RoutingRule(string name, RoutingRuleArgs args, CustomResourceOptions? opts = null)
public RoutingRule(String name, RoutingRuleArgs args)
public RoutingRule(String name, RoutingRuleArgs args, CustomResourceOptions options)
type: spotinst:multai:RoutingRule
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RoutingRuleArgs
- 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 RoutingRuleArgs
- 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 RoutingRuleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RoutingRuleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RoutingRuleArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
RoutingRule 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 RoutingRule resource accepts the following input properties:
- Balancer
Id string - Listener
Id string - Route string
- Target
Set List<string>Ids - Middleware
Ids List<string> - Priority int
- Strategy string
- List<Pulumi.
Spot Inst. Multai. Inputs. Routing Rule Tag Args>
- Balancer
Id string - Listener
Id string - Route string
- Target
Set []stringIds - Middleware
Ids []string - Priority int
- Strategy string
- []Routing
Rule Tag Args
- balancer
Id String - listener
Id String - route String
- target
Set List<String>Ids - middleware
Ids List<String> - priority Integer
- strategy String
- List<Routing
Rule Tag Args>
- balancer
Id string - listener
Id string - route string
- target
Set string[]Ids - middleware
Ids string[] - priority number
- strategy string
- Routing
Rule Tag Args[]
- balancer_
id str - listener_
id str - route str
- target_
set_ Sequence[str]ids - middleware_
ids Sequence[str] - priority int
- strategy str
- Sequence[Routing
Rule Tag Args]
- balancer
Id String - listener
Id String - route String
- target
Set List<String>Ids - middleware
Ids List<String> - priority Number
- strategy String
- List<Property Map>
Outputs
All input properties are implicitly available as output properties. Additionally, the RoutingRule resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Look up Existing RoutingRule Resource
Get an existing RoutingRule resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: RoutingRuleState, opts?: CustomResourceOptions): RoutingRule
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
balancer_id: Optional[str] = None,
listener_id: Optional[str] = None,
middleware_ids: Optional[Sequence[str]] = None,
priority: Optional[int] = None,
route: Optional[str] = None,
strategy: Optional[str] = None,
tags: Optional[Sequence[RoutingRuleTagArgs]] = None,
target_set_ids: Optional[Sequence[str]] = None) -> RoutingRule
func GetRoutingRule(ctx *Context, name string, id IDInput, state *RoutingRuleState, opts ...ResourceOption) (*RoutingRule, error)
public static RoutingRule Get(string name, Input<string> id, RoutingRuleState? state, CustomResourceOptions? opts = null)
public static RoutingRule get(String name, Output<String> id, RoutingRuleState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Balancer
Id string - Listener
Id string - Middleware
Ids List<string> - Priority int
- Route string
- Strategy string
- List<Pulumi.
Spot Inst. Multai. Inputs. Routing Rule Tag Args> - Target
Set List<string>Ids
- Balancer
Id string - Listener
Id string - Middleware
Ids []string - Priority int
- Route string
- Strategy string
- []Routing
Rule Tag Args - Target
Set []stringIds
- balancer
Id String - listener
Id String - middleware
Ids List<String> - priority Integer
- route String
- strategy String
- List<Routing
Rule Tag Args> - target
Set List<String>Ids
- balancer
Id string - listener
Id string - middleware
Ids string[] - priority number
- route string
- strategy string
- Routing
Rule Tag Args[] - target
Set string[]Ids
- balancer_
id str - listener_
id str - middleware_
ids Sequence[str] - priority int
- route str
- strategy str
- Sequence[Routing
Rule Tag Args] - target_
set_ Sequence[str]ids
- balancer
Id String - listener
Id String - middleware
Ids List<String> - priority Number
- route String
- strategy String
- List<Property Map>
- target
Set List<String>Ids
Supporting Types
RoutingRuleTag
Package Details
- Repository
- Spotinst pulumi/pulumi-spotinst
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
spotinst
Terraform Provider.