Show / Hide Table of Contents

Class Provider

The provider type for the pagerduty package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

Inheritance
System.Object
Pulumi.Resource
Pulumi.CustomResource
Pulumi.ProviderResource
Provider
Inherited Members
Pulumi.CustomResource.Id
Pulumi.Resource.GetResourceType()
Pulumi.Resource.GetResourceName()
Pulumi.Resource.Urn
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Pagerduty
Assembly: Pulumi.Pagerduty.dll
Syntax
public class Provider : ProviderResource

Constructors

View Source

Provider(String, ProviderArgs, CustomResourceOptions)

Create a Provider resource with the given unique name, arguments, and options.

Declaration
public Provider(string name, ProviderArgs args = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

ProviderArgs args

The arguments used to populate this resource's properties

Pulumi.CustomResourceOptions options

A bag of options that control this resource's behavior

  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.