published on Monday, Apr 20, 2026 by Chronosphere
published on Monday, Apr 20, 2026 by Chronosphere
Create OpsgenieExternalConnection Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new OpsgenieExternalConnection(name: string, args: OpsgenieExternalConnectionArgs, opts?: CustomResourceOptions);@overload
def OpsgenieExternalConnection(resource_name: str,
args: OpsgenieExternalConnectionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def OpsgenieExternalConnection(resource_name: str,
opts: Optional[ResourceOptions] = None,
name: Optional[str] = None,
api_key: Optional[str] = None,
api_url: Optional[str] = None,
basic_auth_password: Optional[str] = None,
basic_auth_username: Optional[str] = None,
bearer_token: Optional[str] = None,
slug: Optional[str] = None,
tls_insecure_skip_verify: Optional[bool] = None)func NewOpsgenieExternalConnection(ctx *Context, name string, args OpsgenieExternalConnectionArgs, opts ...ResourceOption) (*OpsgenieExternalConnection, error)public OpsgenieExternalConnection(string name, OpsgenieExternalConnectionArgs args, CustomResourceOptions? opts = null)
public OpsgenieExternalConnection(String name, OpsgenieExternalConnectionArgs args)
public OpsgenieExternalConnection(String name, OpsgenieExternalConnectionArgs args, CustomResourceOptions options)
type: chronosphere:OpsgenieExternalConnection
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 OpsgenieExternalConnectionArgs
- 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 OpsgenieExternalConnectionArgs
- 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 OpsgenieExternalConnectionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args OpsgenieExternalConnectionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args OpsgenieExternalConnectionArgs
- 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 opsgenieExternalConnectionResource = new Pulumi.OpsgenieExternalConnection("opsgenieExternalConnectionResource", new()
{
Name = "string",
ApiKey = "string",
ApiUrl = "string",
BasicAuthPassword = "string",
BasicAuthUsername = "string",
BearerToken = "string",
Slug = "string",
TlsInsecureSkipVerify = false,
});
example, err := chronosphere.NewOpsgenieExternalConnection(ctx, "opsgenieExternalConnectionResource", &chronosphere.OpsgenieExternalConnectionArgs{
Name: pulumi.String("string"),
ApiKey: pulumi.String("string"),
ApiUrl: pulumi.String("string"),
BasicAuthPassword: pulumi.String("string"),
BasicAuthUsername: pulumi.String("string"),
BearerToken: pulumi.String("string"),
Slug: pulumi.String("string"),
TlsInsecureSkipVerify: pulumi.Bool(false),
})
var opsgenieExternalConnectionResource = new OpsgenieExternalConnection("opsgenieExternalConnectionResource", OpsgenieExternalConnectionArgs.builder()
.name("string")
.apiKey("string")
.apiUrl("string")
.basicAuthPassword("string")
.basicAuthUsername("string")
.bearerToken("string")
.slug("string")
.tlsInsecureSkipVerify(false)
.build());
opsgenie_external_connection_resource = chronosphere.OpsgenieExternalConnection("opsgenieExternalConnectionResource",
name="string",
api_key="string",
api_url="string",
basic_auth_password="string",
basic_auth_username="string",
bearer_token="string",
slug="string",
tls_insecure_skip_verify=False)
const opsgenieExternalConnectionResource = new chronosphere.OpsgenieExternalConnection("opsgenieExternalConnectionResource", {
name: "string",
apiKey: "string",
apiUrl: "string",
basicAuthPassword: "string",
basicAuthUsername: "string",
bearerToken: "string",
slug: "string",
tlsInsecureSkipVerify: false,
});
type: chronosphere:OpsgenieExternalConnection
properties:
apiKey: string
apiUrl: string
basicAuthPassword: string
basicAuthUsername: string
bearerToken: string
name: string
slug: string
tlsInsecureSkipVerify: false
OpsgenieExternalConnection 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 OpsgenieExternalConnection resource accepts the following input properties:
- Name string
- Api
Key string - Api
Url string - Basic
Auth stringPassword - Basic
Auth stringUsername - Bearer
Token string - Slug string
- Tls
Insecure boolSkip Verify
- Name string
- Api
Key string - Api
Url string - Basic
Auth stringPassword - Basic
Auth stringUsername - Bearer
Token string - Slug string
- Tls
Insecure boolSkip Verify
- name String
- api
Key String - api
Url String - basic
Auth StringPassword - basic
Auth StringUsername - bearer
Token String - slug String
- tls
Insecure BooleanSkip Verify
- name string
- api
Key string - api
Url string - basic
Auth stringPassword - basic
Auth stringUsername - bearer
Token string - slug string
- tls
Insecure booleanSkip Verify
- name str
- api_
key str - api_
url str - basic_
auth_ strpassword - basic_
auth_ strusername - bearer_
token str - slug str
- tls_
insecure_ boolskip_ verify
- name String
- api
Key String - api
Url String - basic
Auth StringPassword - basic
Auth StringUsername - bearer
Token String - slug String
- tls
Insecure BooleanSkip Verify
Outputs
All input properties are implicitly available as output properties. Additionally, the OpsgenieExternalConnection 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 OpsgenieExternalConnection Resource
Get an existing OpsgenieExternalConnection 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?: OpsgenieExternalConnectionState, opts?: CustomResourceOptions): OpsgenieExternalConnection@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
api_key: Optional[str] = None,
api_url: Optional[str] = None,
basic_auth_password: Optional[str] = None,
basic_auth_username: Optional[str] = None,
bearer_token: Optional[str] = None,
name: Optional[str] = None,
slug: Optional[str] = None,
tls_insecure_skip_verify: Optional[bool] = None) -> OpsgenieExternalConnectionfunc GetOpsgenieExternalConnection(ctx *Context, name string, id IDInput, state *OpsgenieExternalConnectionState, opts ...ResourceOption) (*OpsgenieExternalConnection, error)public static OpsgenieExternalConnection Get(string name, Input<string> id, OpsgenieExternalConnectionState? state, CustomResourceOptions? opts = null)public static OpsgenieExternalConnection get(String name, Output<String> id, OpsgenieExternalConnectionState state, CustomResourceOptions options)resources: _: type: chronosphere:OpsgenieExternalConnection 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.
- Api
Key string - Api
Url string - Basic
Auth stringPassword - Basic
Auth stringUsername - Bearer
Token string - Name string
- Slug string
- Tls
Insecure boolSkip Verify
- Api
Key string - Api
Url string - Basic
Auth stringPassword - Basic
Auth stringUsername - Bearer
Token string - Name string
- Slug string
- Tls
Insecure boolSkip Verify
- api
Key String - api
Url String - basic
Auth StringPassword - basic
Auth StringUsername - bearer
Token String - name String
- slug String
- tls
Insecure BooleanSkip Verify
- api
Key string - api
Url string - basic
Auth stringPassword - basic
Auth stringUsername - bearer
Token string - name string
- slug string
- tls
Insecure booleanSkip Verify
- api_
key str - api_
url str - basic_
auth_ strpassword - basic_
auth_ strusername - bearer_
token str - name str
- slug str
- tls_
insecure_ boolskip_ verify
- api
Key String - api
Url String - basic
Auth StringPassword - basic
Auth StringUsername - bearer
Token String - name String
- slug String
- tls
Insecure BooleanSkip Verify
Package Details
- Repository
- chronosphere chronosphereio/pulumi-chronosphere
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
chronosphereTerraform Provider.
published on Monday, Apr 20, 2026 by Chronosphere
