ServiceDependency

A service dependency is a relationship between a business service and technical and business services that this service uses, or that are used by this service, and are critical for successful operation.

Create a ServiceDependency Resource

def ServiceDependency(resource_name, opts=None, dependencies=None, __props__=None);
name string
The unique name of the resource.
args ServiceDependencyArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args ServiceDependencyArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ServiceDependencyArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

ServiceDependency Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The ServiceDependency resource accepts the following input properties:

Dependencies List<ServiceDependencyDependencyArgs>

The relationship between the supporting_service and dependent_service.

Dependencies []ServiceDependencyDependency

The relationship between the supporting_service and dependent_service.

dependencies ServiceDependencyDependency[]

The relationship between the supporting_service and dependent_service.

dependencies List[ServiceDependencyDependency]

The relationship between the supporting_service and dependent_service.

Outputs

All input properties are implicitly available as output properties. Additionally, the ServiceDependency 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 str
The provider-assigned unique ID for this managed resource.

Look up an Existing ServiceDependency Resource

Get an existing ServiceDependency 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?: ServiceDependencyState, opts?: CustomResourceOptions): ServiceDependency
static get(resource_name, id, opts=None, dependencies=None, __props__=None);
func GetServiceDependency(ctx *Context, name string, id IDInput, state *ServiceDependencyState, opts ...ResourceOption) (*ServiceDependency, error)
public static ServiceDependency Get(string name, Input<string> id, ServiceDependencyState? state, CustomResourceOptions? opts = null)
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.

The following state arguments are supported:

Dependencies List<ServiceDependencyDependencyArgs>

The relationship between the supporting_service and dependent_service.

Dependencies []ServiceDependencyDependency

The relationship between the supporting_service and dependent_service.

dependencies ServiceDependencyDependency[]

The relationship between the supporting_service and dependent_service.

dependencies List[ServiceDependencyDependency]

The relationship between the supporting_service and dependent_service.

Supporting Types

ServiceDependencyDependency

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

DependentServices List<ServiceDependencyDependencyDependentServiceArgs>

The service that id dependent on the supporting service.

SupportingServices List<ServiceDependencyDependencySupportingServiceArgs>

The service that supports the dependent service.

Type string
DependentServices []ServiceDependencyDependencyDependentService

The service that id dependent on the supporting service.

SupportingServices []ServiceDependencyDependencySupportingService

The service that supports the dependent service.

Type string
dependentServices ServiceDependencyDependencyDependentService[]

The service that id dependent on the supporting service.

supportingServices ServiceDependencyDependencySupportingService[]

The service that supports the dependent service.

type string
dependentServices List[ServiceDependencyDependencyDependentService]

The service that id dependent on the supporting service.

supportingServices List[ServiceDependencyDependencySupportingService]

The service that supports the dependent service.

type str

ServiceDependencyDependencyDependentService

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Id string

The ID of the service dependency.

Type string
Id string

The ID of the service dependency.

Type string
id string

The ID of the service dependency.

type string
id str

The ID of the service dependency.

type str

ServiceDependencyDependencySupportingService

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Id string

The ID of the service dependency.

Type string
Id string

The ID of the service dependency.

Type string
id string

The ID of the service dependency.

type string
id str

The ID of the service dependency.

type str

Package Details

Repository
https://github.com/pulumi/pulumi-pagerduty
License
Apache-2.0
Notes
This Pulumi package is based on the pagerduty Terraform Provider.