dynatrace.CustomServiceOrder
Explore with Pulumi AI
Create CustomServiceOrder Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CustomServiceOrder(name: string, args?: CustomServiceOrderArgs, opts?: CustomResourceOptions);
@overload
def CustomServiceOrder(resource_name: str,
args: Optional[CustomServiceOrderArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def CustomServiceOrder(resource_name: str,
opts: Optional[ResourceOptions] = None,
dotnets: Optional[Sequence[str]] = None,
golangs: Optional[Sequence[str]] = None,
javas: Optional[Sequence[str]] = None,
nodejs: Optional[Sequence[str]] = None,
phps: Optional[Sequence[str]] = None)
func NewCustomServiceOrder(ctx *Context, name string, args *CustomServiceOrderArgs, opts ...ResourceOption) (*CustomServiceOrder, error)
public CustomServiceOrder(string name, CustomServiceOrderArgs? args = null, CustomResourceOptions? opts = null)
public CustomServiceOrder(String name, CustomServiceOrderArgs args)
public CustomServiceOrder(String name, CustomServiceOrderArgs args, CustomResourceOptions options)
type: dynatrace:CustomServiceOrder
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 CustomServiceOrderArgs
- 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 CustomServiceOrderArgs
- 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 CustomServiceOrderArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CustomServiceOrderArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CustomServiceOrderArgs
- 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 customServiceOrderResource = new Dynatrace.CustomServiceOrder("customServiceOrderResource", new()
{
Dotnets = new[]
{
"string",
},
Golangs = new[]
{
"string",
},
Javas = new[]
{
"string",
},
Nodejs = new[]
{
"string",
},
Phps = new[]
{
"string",
},
});
example, err := dynatrace.NewCustomServiceOrder(ctx, "customServiceOrderResource", &dynatrace.CustomServiceOrderArgs{
Dotnets: pulumi.StringArray{
pulumi.String("string"),
},
Golangs: pulumi.StringArray{
pulumi.String("string"),
},
Javas: pulumi.StringArray{
pulumi.String("string"),
},
Nodejs: pulumi.StringArray{
pulumi.String("string"),
},
Phps: pulumi.StringArray{
pulumi.String("string"),
},
})
var customServiceOrderResource = new CustomServiceOrder("customServiceOrderResource", CustomServiceOrderArgs.builder()
.dotnets("string")
.golangs("string")
.javas("string")
.nodejs("string")
.phps("string")
.build());
custom_service_order_resource = dynatrace.CustomServiceOrder("customServiceOrderResource",
dotnets=["string"],
golangs=["string"],
javas=["string"],
nodejs=["string"],
phps=["string"])
const customServiceOrderResource = new dynatrace.CustomServiceOrder("customServiceOrderResource", {
dotnets: ["string"],
golangs: ["string"],
javas: ["string"],
nodejs: ["string"],
phps: ["string"],
});
type: dynatrace:CustomServiceOrder
properties:
dotnets:
- string
golangs:
- string
javas:
- string
nodejs:
- string
phps:
- string
CustomServiceOrder 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 CustomServiceOrder resource accepts the following input properties:
- Dotnets List<string>
- The IDs of Custom Services for .Net in the desired order
- Golangs List<string>
- The IDs of Custom Services for Golang in the desired order
- Javas List<string>
- The IDs of Custom Services for Java in the desired order
- Nodejs List<string>
- The IDs of Custom Services for NodeJS in the desired order
- Phps List<string>
- The IDs of Custom Services for PHP in the desired order
- Dotnets []string
- The IDs of Custom Services for .Net in the desired order
- Golangs []string
- The IDs of Custom Services for Golang in the desired order
- Javas []string
- The IDs of Custom Services for Java in the desired order
- Nodejs []string
- The IDs of Custom Services for NodeJS in the desired order
- Phps []string
- The IDs of Custom Services for PHP in the desired order
- dotnets List<String>
- The IDs of Custom Services for .Net in the desired order
- golangs List<String>
- The IDs of Custom Services for Golang in the desired order
- javas List<String>
- The IDs of Custom Services for Java in the desired order
- nodejs List<String>
- The IDs of Custom Services for NodeJS in the desired order
- phps List<String>
- The IDs of Custom Services for PHP in the desired order
- dotnets string[]
- The IDs of Custom Services for .Net in the desired order
- golangs string[]
- The IDs of Custom Services for Golang in the desired order
- javas string[]
- The IDs of Custom Services for Java in the desired order
- nodejs string[]
- The IDs of Custom Services for NodeJS in the desired order
- phps string[]
- The IDs of Custom Services for PHP in the desired order
- dotnets Sequence[str]
- The IDs of Custom Services for .Net in the desired order
- golangs Sequence[str]
- The IDs of Custom Services for Golang in the desired order
- javas Sequence[str]
- The IDs of Custom Services for Java in the desired order
- nodejs Sequence[str]
- The IDs of Custom Services for NodeJS in the desired order
- phps Sequence[str]
- The IDs of Custom Services for PHP in the desired order
- dotnets List<String>
- The IDs of Custom Services for .Net in the desired order
- golangs List<String>
- The IDs of Custom Services for Golang in the desired order
- javas List<String>
- The IDs of Custom Services for Java in the desired order
- nodejs List<String>
- The IDs of Custom Services for NodeJS in the desired order
- phps List<String>
- The IDs of Custom Services for PHP in the desired order
Outputs
All input properties are implicitly available as output properties. Additionally, the CustomServiceOrder 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 CustomServiceOrder Resource
Get an existing CustomServiceOrder 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?: CustomServiceOrderState, opts?: CustomResourceOptions): CustomServiceOrder
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
dotnets: Optional[Sequence[str]] = None,
golangs: Optional[Sequence[str]] = None,
javas: Optional[Sequence[str]] = None,
nodejs: Optional[Sequence[str]] = None,
phps: Optional[Sequence[str]] = None) -> CustomServiceOrder
func GetCustomServiceOrder(ctx *Context, name string, id IDInput, state *CustomServiceOrderState, opts ...ResourceOption) (*CustomServiceOrder, error)
public static CustomServiceOrder Get(string name, Input<string> id, CustomServiceOrderState? state, CustomResourceOptions? opts = null)
public static CustomServiceOrder get(String name, Output<String> id, CustomServiceOrderState state, CustomResourceOptions options)
resources: _: type: dynatrace:CustomServiceOrder get: id: ${id}
- 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.
- Dotnets List<string>
- The IDs of Custom Services for .Net in the desired order
- Golangs List<string>
- The IDs of Custom Services for Golang in the desired order
- Javas List<string>
- The IDs of Custom Services for Java in the desired order
- Nodejs List<string>
- The IDs of Custom Services for NodeJS in the desired order
- Phps List<string>
- The IDs of Custom Services for PHP in the desired order
- Dotnets []string
- The IDs of Custom Services for .Net in the desired order
- Golangs []string
- The IDs of Custom Services for Golang in the desired order
- Javas []string
- The IDs of Custom Services for Java in the desired order
- Nodejs []string
- The IDs of Custom Services for NodeJS in the desired order
- Phps []string
- The IDs of Custom Services for PHP in the desired order
- dotnets List<String>
- The IDs of Custom Services for .Net in the desired order
- golangs List<String>
- The IDs of Custom Services for Golang in the desired order
- javas List<String>
- The IDs of Custom Services for Java in the desired order
- nodejs List<String>
- The IDs of Custom Services for NodeJS in the desired order
- phps List<String>
- The IDs of Custom Services for PHP in the desired order
- dotnets string[]
- The IDs of Custom Services for .Net in the desired order
- golangs string[]
- The IDs of Custom Services for Golang in the desired order
- javas string[]
- The IDs of Custom Services for Java in the desired order
- nodejs string[]
- The IDs of Custom Services for NodeJS in the desired order
- phps string[]
- The IDs of Custom Services for PHP in the desired order
- dotnets Sequence[str]
- The IDs of Custom Services for .Net in the desired order
- golangs Sequence[str]
- The IDs of Custom Services for Golang in the desired order
- javas Sequence[str]
- The IDs of Custom Services for Java in the desired order
- nodejs Sequence[str]
- The IDs of Custom Services for NodeJS in the desired order
- phps Sequence[str]
- The IDs of Custom Services for PHP in the desired order
- dotnets List<String>
- The IDs of Custom Services for .Net in the desired order
- golangs List<String>
- The IDs of Custom Services for Golang in the desired order
- javas List<String>
- The IDs of Custom Services for Java in the desired order
- nodejs List<String>
- The IDs of Custom Services for NodeJS in the desired order
- phps List<String>
- The IDs of Custom Services for PHP in the desired order
Package Details
- Repository
- dynatrace pulumiverse/pulumi-dynatrace
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
dynatrace
Terraform Provider.