1. Packages
  2. Packages
  3. Chronosphere
  4. API Docs
  5. PagerdutyExternalConnection
Viewing docs for Chronosphere v0.9.14
published on Monday, Apr 20, 2026 by Chronosphere
Viewing docs for Chronosphere v0.9.14
published on Monday, Apr 20, 2026 by Chronosphere

    Create PagerdutyExternalConnection Resource

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

    Constructor syntax

    new PagerdutyExternalConnection(name: string, args: PagerdutyExternalConnectionArgs, opts?: CustomResourceOptions);
    @overload
    def PagerdutyExternalConnection(resource_name: str,
                                    args: PagerdutyExternalConnectionArgs,
                                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def PagerdutyExternalConnection(resource_name: str,
                                    opts: Optional[ResourceOptions] = None,
                                    name: Optional[str] = None,
                                    pagerduty_api_key: Optional[str] = None,
                                    pagerduty_events_version: Optional[str] = None,
                                    slug: Optional[str] = None)
    func NewPagerdutyExternalConnection(ctx *Context, name string, args PagerdutyExternalConnectionArgs, opts ...ResourceOption) (*PagerdutyExternalConnection, error)
    public PagerdutyExternalConnection(string name, PagerdutyExternalConnectionArgs args, CustomResourceOptions? opts = null)
    public PagerdutyExternalConnection(String name, PagerdutyExternalConnectionArgs args)
    public PagerdutyExternalConnection(String name, PagerdutyExternalConnectionArgs args, CustomResourceOptions options)
    
    type: chronosphere:PagerdutyExternalConnection
    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 PagerdutyExternalConnectionArgs
    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 PagerdutyExternalConnectionArgs
    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 PagerdutyExternalConnectionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PagerdutyExternalConnectionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PagerdutyExternalConnectionArgs
    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 pagerdutyExternalConnectionResource = new Pulumi.PagerdutyExternalConnection("pagerdutyExternalConnectionResource", new()
    {
        Name = "string",
        PagerdutyApiKey = "string",
        PagerdutyEventsVersion = "string",
        Slug = "string",
    });
    
    example, err := chronosphere.NewPagerdutyExternalConnection(ctx, "pagerdutyExternalConnectionResource", &chronosphere.PagerdutyExternalConnectionArgs{
    	Name:                   pulumi.String("string"),
    	PagerdutyApiKey:        pulumi.String("string"),
    	PagerdutyEventsVersion: pulumi.String("string"),
    	Slug:                   pulumi.String("string"),
    })
    
    var pagerdutyExternalConnectionResource = new PagerdutyExternalConnection("pagerdutyExternalConnectionResource", PagerdutyExternalConnectionArgs.builder()
        .name("string")
        .pagerdutyApiKey("string")
        .pagerdutyEventsVersion("string")
        .slug("string")
        .build());
    
    pagerduty_external_connection_resource = chronosphere.PagerdutyExternalConnection("pagerdutyExternalConnectionResource",
        name="string",
        pagerduty_api_key="string",
        pagerduty_events_version="string",
        slug="string")
    
    const pagerdutyExternalConnectionResource = new chronosphere.PagerdutyExternalConnection("pagerdutyExternalConnectionResource", {
        name: "string",
        pagerdutyApiKey: "string",
        pagerdutyEventsVersion: "string",
        slug: "string",
    });
    
    type: chronosphere:PagerdutyExternalConnection
    properties:
        name: string
        pagerdutyApiKey: string
        pagerdutyEventsVersion: string
        slug: string
    

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

    Outputs

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

    Get an existing PagerdutyExternalConnection 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?: PagerdutyExternalConnectionState, opts?: CustomResourceOptions): PagerdutyExternalConnection
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            name: Optional[str] = None,
            pagerduty_api_key: Optional[str] = None,
            pagerduty_events_version: Optional[str] = None,
            slug: Optional[str] = None) -> PagerdutyExternalConnection
    func GetPagerdutyExternalConnection(ctx *Context, name string, id IDInput, state *PagerdutyExternalConnectionState, opts ...ResourceOption) (*PagerdutyExternalConnection, error)
    public static PagerdutyExternalConnection Get(string name, Input<string> id, PagerdutyExternalConnectionState? state, CustomResourceOptions? opts = null)
    public static PagerdutyExternalConnection get(String name, Output<String> id, PagerdutyExternalConnectionState state, CustomResourceOptions options)
    resources:  _:    type: chronosphere:PagerdutyExternalConnection    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.
    The following state arguments are supported:

    Package Details

    Repository
    chronosphere chronosphereio/pulumi-chronosphere
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the chronosphere Terraform Provider.
    Viewing docs for Chronosphere v0.9.14
    published on Monday, Apr 20, 2026 by Chronosphere
      Try Pulumi Cloud free. Your team will thank you.