ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getLogsOutgoingWebhook
Explore with Pulumi AI
Provides a read-only data source to retrieve information about a logs_outgoing_webhook. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";
const logsOutgoingWebhookInstance = ibm.getLogsOutgoingWebhook({
instanceId: ibm_logs_outgoing_webhook.logs_outgoing_webhook_instance.instance_id,
region: ibm_logs_outgoing_webhook.logs_outgoing_webhook_instance.region,
logsOutgoingWebhookId: ibm_logs_outgoing_webhook.logs_outgoing_webhook_instance.webhook_id,
});
import pulumi
import pulumi_ibm as ibm
logs_outgoing_webhook_instance = ibm.get_logs_outgoing_webhook(instance_id=ibm_logs_outgoing_webhook["logs_outgoing_webhook_instance"]["instance_id"],
region=ibm_logs_outgoing_webhook["logs_outgoing_webhook_instance"]["region"],
logs_outgoing_webhook_id=ibm_logs_outgoing_webhook["logs_outgoing_webhook_instance"]["webhook_id"])
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := ibm.LookupLogsOutgoingWebhook(ctx, &ibm.LookupLogsOutgoingWebhookArgs{
InstanceId: ibm_logs_outgoing_webhook.Logs_outgoing_webhook_instance.Instance_id,
Region: pulumi.StringRef(ibm_logs_outgoing_webhook.Logs_outgoing_webhook_instance.Region),
LogsOutgoingWebhookId: ibm_logs_outgoing_webhook.Logs_outgoing_webhook_instance.Webhook_id,
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Ibm = Pulumi.Ibm;
return await Deployment.RunAsync(() =>
{
var logsOutgoingWebhookInstance = Ibm.GetLogsOutgoingWebhook.Invoke(new()
{
InstanceId = ibm_logs_outgoing_webhook.Logs_outgoing_webhook_instance.Instance_id,
Region = ibm_logs_outgoing_webhook.Logs_outgoing_webhook_instance.Region,
LogsOutgoingWebhookId = ibm_logs_outgoing_webhook.Logs_outgoing_webhook_instance.Webhook_id,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.ibm.IbmFunctions;
import com.pulumi.ibm.inputs.GetLogsOutgoingWebhookArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var logsOutgoingWebhookInstance = IbmFunctions.getLogsOutgoingWebhook(GetLogsOutgoingWebhookArgs.builder()
.instanceId(ibm_logs_outgoing_webhook.logs_outgoing_webhook_instance().instance_id())
.region(ibm_logs_outgoing_webhook.logs_outgoing_webhook_instance().region())
.logsOutgoingWebhookId(ibm_logs_outgoing_webhook.logs_outgoing_webhook_instance().webhook_id())
.build());
}
}
variables:
logsOutgoingWebhookInstance:
fn::invoke:
function: ibm:getLogsOutgoingWebhook
arguments:
instanceId: ${ibm_logs_outgoing_webhook.logs_outgoing_webhook_instance.instance_id}
region: ${ibm_logs_outgoing_webhook.logs_outgoing_webhook_instance.region}
logsOutgoingWebhookId: ${ibm_logs_outgoing_webhook.logs_outgoing_webhook_instance.webhook_id}
Using getLogsOutgoingWebhook
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getLogsOutgoingWebhook(args: GetLogsOutgoingWebhookArgs, opts?: InvokeOptions): Promise<GetLogsOutgoingWebhookResult>
function getLogsOutgoingWebhookOutput(args: GetLogsOutgoingWebhookOutputArgs, opts?: InvokeOptions): Output<GetLogsOutgoingWebhookResult>
def get_logs_outgoing_webhook(endpoint_type: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
logs_outgoing_webhook_id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetLogsOutgoingWebhookResult
def get_logs_outgoing_webhook_output(endpoint_type: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
logs_outgoing_webhook_id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetLogsOutgoingWebhookResult]
func LookupLogsOutgoingWebhook(ctx *Context, args *LookupLogsOutgoingWebhookArgs, opts ...InvokeOption) (*LookupLogsOutgoingWebhookResult, error)
func LookupLogsOutgoingWebhookOutput(ctx *Context, args *LookupLogsOutgoingWebhookOutputArgs, opts ...InvokeOption) LookupLogsOutgoingWebhookResultOutput
> Note: This function is named LookupLogsOutgoingWebhook
in the Go SDK.
public static class GetLogsOutgoingWebhook
{
public static Task<GetLogsOutgoingWebhookResult> InvokeAsync(GetLogsOutgoingWebhookArgs args, InvokeOptions? opts = null)
public static Output<GetLogsOutgoingWebhookResult> Invoke(GetLogsOutgoingWebhookInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetLogsOutgoingWebhookResult> getLogsOutgoingWebhook(GetLogsOutgoingWebhookArgs args, InvokeOptions options)
public static Output<GetLogsOutgoingWebhookResult> getLogsOutgoingWebhook(GetLogsOutgoingWebhookArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getLogsOutgoingWebhook:getLogsOutgoingWebhook
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Id string - Cloud Logs Instance GUID.
- Logs
Outgoing stringWebhook Id - Endpoint
Type string - (String) The endpoint type of integration.
- Id string
- The unique identifier of the logs_outgoing_webhook.
- Region string
- Cloud Logs Instance Region.*
logs_outgoing_webhook_id
- (Required, Forces new resource, String) The ID of the Outbound Integration to delete.- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Instance
Id string - Cloud Logs Instance GUID.
- Logs
Outgoing stringWebhook Id - Endpoint
Type string - (String) The endpoint type of integration.
- Id string
- The unique identifier of the logs_outgoing_webhook.
- Region string
- Cloud Logs Instance Region.*
logs_outgoing_webhook_id
- (Required, Forces new resource, String) The ID of the Outbound Integration to delete.- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance
Id String - Cloud Logs Instance GUID.
- logs
Outgoing StringWebhook Id - endpoint
Type String - (String) The endpoint type of integration.
- id String
- The unique identifier of the logs_outgoing_webhook.
- region String
- Cloud Logs Instance Region.*
logs_outgoing_webhook_id
- (Required, Forces new resource, String) The ID of the Outbound Integration to delete.- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance
Id string - Cloud Logs Instance GUID.
- logs
Outgoing stringWebhook Id - endpoint
Type string - (String) The endpoint type of integration.
- id string
- The unique identifier of the logs_outgoing_webhook.
- region string
- Cloud Logs Instance Region.*
logs_outgoing_webhook_id
- (Required, Forces new resource, String) The ID of the Outbound Integration to delete.- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance_
id str - Cloud Logs Instance GUID.
- logs_
outgoing_ strwebhook_ id - endpoint_
type str - (String) The endpoint type of integration.
- id str
- The unique identifier of the logs_outgoing_webhook.
- region str
- Cloud Logs Instance Region.*
logs_outgoing_webhook_id
- (Required, Forces new resource, String) The ID of the Outbound Integration to delete.- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- instance
Id String - Cloud Logs Instance GUID.
- logs
Outgoing StringWebhook Id - endpoint
Type String - (String) The endpoint type of integration.
- id String
- The unique identifier of the logs_outgoing_webhook.
- region String
- Cloud Logs Instance Region.*
logs_outgoing_webhook_id
- (Required, Forces new resource, String) The ID of the Outbound Integration to delete.- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
getLogsOutgoingWebhook Result
The following output properties are available:
- Created
At string - (String) The creation time of the Outbound Integration.
- External
Id double - (Integer) The external ID of the Outbound Integration, for connecting with other parts of the system.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- Ibm
Event List<GetNotifications Logs Outgoing Webhook Ibm Event Notification> - (List) The configuration of the IBM Event Notifications Outbound Integration. Nested schema for ibm_event_notifications:
- Id string
- The unique identifier of the logs_outgoing_webhook.
- Instance
Id string - Logs
Outgoing stringWebhook Id - Name string
- (String) The name of the Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Region string
- Type string
- (String) The type of the deployed Outbound Integrations to list.
- Constraints: Allowable values are:
ibm_event_notifications
.
- Constraints: Allowable values are:
- Updated
At string - (String) The update time of the Outbound Integration.
- Url string
- (String) The URL of the Outbound Integration. Null for IBM Event Notifications integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Endpoint
Type string - (String) The endpoint type of integration.
- Created
At string - (String) The creation time of the Outbound Integration.
- External
Id float64 - (Integer) The external ID of the Outbound Integration, for connecting with other parts of the system.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- Ibm
Event []GetNotifications Logs Outgoing Webhook Ibm Event Notification - (List) The configuration of the IBM Event Notifications Outbound Integration. Nested schema for ibm_event_notifications:
- Id string
- The unique identifier of the logs_outgoing_webhook.
- Instance
Id string - Logs
Outgoing stringWebhook Id - Name string
- (String) The name of the Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Region string
- Type string
- (String) The type of the deployed Outbound Integrations to list.
- Constraints: Allowable values are:
ibm_event_notifications
.
- Constraints: Allowable values are:
- Updated
At string - (String) The update time of the Outbound Integration.
- Url string
- (String) The URL of the Outbound Integration. Null for IBM Event Notifications integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Endpoint
Type string - (String) The endpoint type of integration.
- created
At String - (String) The creation time of the Outbound Integration.
- external
Id Double - (Integer) The external ID of the Outbound Integration, for connecting with other parts of the system.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- ibm
Event List<GetNotifications Logs Outgoing Webhook Ibm Event Notification> - (List) The configuration of the IBM Event Notifications Outbound Integration. Nested schema for ibm_event_notifications:
- id String
- The unique identifier of the logs_outgoing_webhook.
- instance
Id String - logs
Outgoing StringWebhook Id - name String
- (String) The name of the Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- region String
- type String
- (String) The type of the deployed Outbound Integrations to list.
- Constraints: Allowable values are:
ibm_event_notifications
.
- Constraints: Allowable values are:
- updated
At String - (String) The update time of the Outbound Integration.
- url String
- (String) The URL of the Outbound Integration. Null for IBM Event Notifications integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint
Type String - (String) The endpoint type of integration.
- created
At string - (String) The creation time of the Outbound Integration.
- external
Id number - (Integer) The external ID of the Outbound Integration, for connecting with other parts of the system.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- ibm
Event GetNotifications Logs Outgoing Webhook Ibm Event Notification[] - (List) The configuration of the IBM Event Notifications Outbound Integration. Nested schema for ibm_event_notifications:
- id string
- The unique identifier of the logs_outgoing_webhook.
- instance
Id string - logs
Outgoing stringWebhook Id - name string
- (String) The name of the Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- region string
- type string
- (String) The type of the deployed Outbound Integrations to list.
- Constraints: Allowable values are:
ibm_event_notifications
.
- Constraints: Allowable values are:
- updated
At string - (String) The update time of the Outbound Integration.
- url string
- (String) The URL of the Outbound Integration. Null for IBM Event Notifications integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint
Type string - (String) The endpoint type of integration.
- created_
at str - (String) The creation time of the Outbound Integration.
- external_
id float - (Integer) The external ID of the Outbound Integration, for connecting with other parts of the system.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- ibm_
event_ Sequence[Getnotifications Logs Outgoing Webhook Ibm Event Notification] - (List) The configuration of the IBM Event Notifications Outbound Integration. Nested schema for ibm_event_notifications:
- id str
- The unique identifier of the logs_outgoing_webhook.
- instance_
id str - logs_
outgoing_ strwebhook_ id - name str
- (String) The name of the Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- region str
- type str
- (String) The type of the deployed Outbound Integrations to list.
- Constraints: Allowable values are:
ibm_event_notifications
.
- Constraints: Allowable values are:
- updated_
at str - (String) The update time of the Outbound Integration.
- url str
- (String) The URL of the Outbound Integration. Null for IBM Event Notifications integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint_
type str - (String) The endpoint type of integration.
- created
At String - (String) The creation time of the Outbound Integration.
- external
Id Number - (Integer) The external ID of the Outbound Integration, for connecting with other parts of the system.
- Constraints: The maximum value is
4294967295
. The minimum value is0
.
- Constraints: The maximum value is
- ibm
Event List<Property Map>Notifications - (List) The configuration of the IBM Event Notifications Outbound Integration. Nested schema for ibm_event_notifications:
- id String
- The unique identifier of the logs_outgoing_webhook.
- instance
Id String - logs
Outgoing StringWebhook Id - name String
- (String) The name of the Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- region String
- type String
- (String) The type of the deployed Outbound Integrations to list.
- Constraints: Allowable values are:
ibm_event_notifications
.
- Constraints: Allowable values are:
- updated
At String - (String) The update time of the Outbound Integration.
- url String
- (String) The URL of the Outbound Integration. Null for IBM Event Notifications integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint
Type String - (String) The endpoint type of integration.
Supporting Types
GetLogsOutgoingWebhookIbmEventNotification
- Endpoint
Type string - (String) The endpoint type of integration.
- Event
Notifications stringInstance Id - (String) The ID of the selected IBM Event Notifications instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Region
Id string - (String) The region ID of the selected IBM Event Notifications instance.
- Constraints: The maximum length is
4096
characters. The minimum length is4
characters. The value must match regular expression/^[a-z]{2}-[a-z]+$/
.
- Constraints: The maximum length is
- Source
Id string - (String) The ID of the created source in the IBM Event Notifications instance. Corresponds to the Cloud Logs instance crn. Not required when creating an Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Source
Name string - (String) The name of the created source in the IBM Event Notifications instance. Not required when creating an Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Endpoint
Type string - (String) The endpoint type of integration.
- Event
Notifications stringInstance Id - (String) The ID of the selected IBM Event Notifications instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- Region
Id string - (String) The region ID of the selected IBM Event Notifications instance.
- Constraints: The maximum length is
4096
characters. The minimum length is4
characters. The value must match regular expression/^[a-z]{2}-[a-z]+$/
.
- Constraints: The maximum length is
- Source
Id string - (String) The ID of the created source in the IBM Event Notifications instance. Corresponds to the Cloud Logs instance crn. Not required when creating an Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- Source
Name string - (String) The name of the created source in the IBM Event Notifications instance. Not required when creating an Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint
Type String - (String) The endpoint type of integration.
- event
Notifications StringInstance Id - (String) The ID of the selected IBM Event Notifications instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- region
Id String - (String) The region ID of the selected IBM Event Notifications instance.
- Constraints: The maximum length is
4096
characters. The minimum length is4
characters. The value must match regular expression/^[a-z]{2}-[a-z]+$/
.
- Constraints: The maximum length is
- source
Id String - (String) The ID of the created source in the IBM Event Notifications instance. Corresponds to the Cloud Logs instance crn. Not required when creating an Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- source
Name String - (String) The name of the created source in the IBM Event Notifications instance. Not required when creating an Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint
Type string - (String) The endpoint type of integration.
- event
Notifications stringInstance Id - (String) The ID of the selected IBM Event Notifications instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- region
Id string - (String) The region ID of the selected IBM Event Notifications instance.
- Constraints: The maximum length is
4096
characters. The minimum length is4
characters. The value must match regular expression/^[a-z]{2}-[a-z]+$/
.
- Constraints: The maximum length is
- source
Id string - (String) The ID of the created source in the IBM Event Notifications instance. Corresponds to the Cloud Logs instance crn. Not required when creating an Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- source
Name string - (String) The name of the created source in the IBM Event Notifications instance. Not required when creating an Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint_
type str - (String) The endpoint type of integration.
- event_
notifications_ strinstance_ id - (String) The ID of the selected IBM Event Notifications instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- region_
id str - (String) The region ID of the selected IBM Event Notifications instance.
- Constraints: The maximum length is
4096
characters. The minimum length is4
characters. The value must match regular expression/^[a-z]{2}-[a-z]+$/
.
- Constraints: The maximum length is
- source_
id str - (String) The ID of the created source in the IBM Event Notifications instance. Corresponds to the Cloud Logs instance crn. Not required when creating an Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- source_
name str - (String) The name of the created source in the IBM Event Notifications instance. Not required when creating an Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- endpoint
Type String - (String) The endpoint type of integration.
- event
Notifications StringInstance Id - (String) The ID of the selected IBM Event Notifications instance.
- Constraints: The maximum length is
36
characters. The minimum length is36
characters. The value must match regular expression/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/
.
- Constraints: The maximum length is
- region
Id String - (String) The region ID of the selected IBM Event Notifications instance.
- Constraints: The maximum length is
4096
characters. The minimum length is4
characters. The value must match regular expression/^[a-z]{2}-[a-z]+$/
.
- Constraints: The maximum length is
- source
Id String - (String) The ID of the created source in the IBM Event Notifications instance. Corresponds to the Cloud Logs instance crn. Not required when creating an Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
- source
Name String - (String) The name of the created source in the IBM Event Notifications instance. Not required when creating an Outbound Integration.
- Constraints: The maximum length is
4096
characters. The minimum length is1
character. The value must match regular expression^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$
.
- Constraints: The maximum length is
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.