1. Packages
  2. Rootly
  3. API Docs
  4. ScheduleRotationUser
Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly

rootly.ScheduleRotationUser

Explore with Pulumi AI

Create ScheduleRotationUser Resource

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

Constructor syntax

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

@overload
def ScheduleRotationUser(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         user_id: Optional[int] = None,
                         position: Optional[int] = None,
                         schedule_rotation_id: Optional[str] = None)
func NewScheduleRotationUser(ctx *Context, name string, args ScheduleRotationUserArgs, opts ...ResourceOption) (*ScheduleRotationUser, error)
public ScheduleRotationUser(string name, ScheduleRotationUserArgs args, CustomResourceOptions? opts = null)
public ScheduleRotationUser(String name, ScheduleRotationUserArgs args)
public ScheduleRotationUser(String name, ScheduleRotationUserArgs args, CustomResourceOptions options)
type: rootly:ScheduleRotationUser
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 This property is required. ScheduleRotationUserArgs
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 This property is required. ScheduleRotationUserArgs
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 This property is required. ScheduleRotationUserArgs
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 This property is required. ScheduleRotationUserArgs
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. ScheduleRotationUserArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

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

var scheduleRotationUserResource = new Rootly.ScheduleRotationUser("scheduleRotationUserResource", new()
{
    UserId = 0,
    Position = 0,
    ScheduleRotationId = "string",
});
Copy
example, err := rootly.NewScheduleRotationUser(ctx, "scheduleRotationUserResource", &rootly.ScheduleRotationUserArgs{
	UserId:             pulumi.Int(0),
	Position:           pulumi.Int(0),
	ScheduleRotationId: pulumi.String("string"),
})
Copy
var scheduleRotationUserResource = new ScheduleRotationUser("scheduleRotationUserResource", ScheduleRotationUserArgs.builder()
    .userId(0)
    .position(0)
    .scheduleRotationId("string")
    .build());
Copy
schedule_rotation_user_resource = rootly.ScheduleRotationUser("scheduleRotationUserResource",
    user_id=0,
    position=0,
    schedule_rotation_id="string")
Copy
const scheduleRotationUserResource = new rootly.ScheduleRotationUser("scheduleRotationUserResource", {
    userId: 0,
    position: 0,
    scheduleRotationId: "string",
});
Copy
type: rootly:ScheduleRotationUser
properties:
    position: 0
    scheduleRotationId: string
    userId: 0
Copy

ScheduleRotationUser 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 ScheduleRotationUser resource accepts the following input properties:

UserId This property is required. int
Schedule rotation user
Position int
Position of the user inside rotation
ScheduleRotationId Changes to this property will trigger replacement. string
UserId This property is required. int
Schedule rotation user
Position int
Position of the user inside rotation
ScheduleRotationId Changes to this property will trigger replacement. string
userId This property is required. Integer
Schedule rotation user
position Integer
Position of the user inside rotation
scheduleRotationId Changes to this property will trigger replacement. String
userId This property is required. number
Schedule rotation user
position number
Position of the user inside rotation
scheduleRotationId Changes to this property will trigger replacement. string
user_id This property is required. int
Schedule rotation user
position int
Position of the user inside rotation
schedule_rotation_id Changes to this property will trigger replacement. str
userId This property is required. Number
Schedule rotation user
position Number
Position of the user inside rotation
scheduleRotationId Changes to this property will trigger replacement. String

Outputs

All input properties are implicitly available as output properties. Additionally, the ScheduleRotationUser 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 ScheduleRotationUser Resource

Get an existing ScheduleRotationUser 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?: ScheduleRotationUserState, opts?: CustomResourceOptions): ScheduleRotationUser
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        position: Optional[int] = None,
        schedule_rotation_id: Optional[str] = None,
        user_id: Optional[int] = None) -> ScheduleRotationUser
func GetScheduleRotationUser(ctx *Context, name string, id IDInput, state *ScheduleRotationUserState, opts ...ResourceOption) (*ScheduleRotationUser, error)
public static ScheduleRotationUser Get(string name, Input<string> id, ScheduleRotationUserState? state, CustomResourceOptions? opts = null)
public static ScheduleRotationUser get(String name, Output<String> id, ScheduleRotationUserState state, CustomResourceOptions options)
resources:  _:    type: rootly:ScheduleRotationUser    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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.
The following state arguments are supported:
Position int
Position of the user inside rotation
ScheduleRotationId Changes to this property will trigger replacement. string
UserId int
Schedule rotation user
Position int
Position of the user inside rotation
ScheduleRotationId Changes to this property will trigger replacement. string
UserId int
Schedule rotation user
position Integer
Position of the user inside rotation
scheduleRotationId Changes to this property will trigger replacement. String
userId Integer
Schedule rotation user
position number
Position of the user inside rotation
scheduleRotationId Changes to this property will trigger replacement. string
userId number
Schedule rotation user
position int
Position of the user inside rotation
schedule_rotation_id Changes to this property will trigger replacement. str
user_id int
Schedule rotation user
position Number
Position of the user inside rotation
scheduleRotationId Changes to this property will trigger replacement. String
userId Number
Schedule rotation user

Package Details

Repository
rootly rootlyhq/pulumi-rootly
License
Apache-2.0
Notes
This Pulumi package is based on the rootly Terraform Provider.