1. Packages
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. EventForwarderSlack
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community

    Event Forwarder Slack resource

    Create EventForwarderSlack Resource

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

    Constructor syntax

    new EventForwarderSlack(name: string, args: EventForwarderSlackArgs, opts?: CustomResourceOptions);
    @overload
    def EventForwarderSlack(resource_name: str,
                            args: EventForwarderSlackArgs,
                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def EventForwarderSlack(resource_name: str,
                            opts: Optional[ResourceOptions] = None,
                            url: Optional[str] = None,
                            gateways_event_source_locations: Optional[Sequence[str]] = None,
                            enable: Optional[str] = None,
                            event_forwarder_slack_id: Optional[str] = None,
                            event_types: Optional[Sequence[str]] = None,
                            every: Optional[str] = None,
                            auth_methods_event_source_locations: Optional[Sequence[str]] = None,
                            items_event_source_locations: Optional[Sequence[str]] = None,
                            keep_prev_version: Optional[str] = None,
                            key: Optional[str] = None,
                            name: Optional[str] = None,
                            runner_type: Optional[str] = None,
                            targets_event_source_locations: Optional[Sequence[str]] = None,
                            description: Optional[str] = None)
    func NewEventForwarderSlack(ctx *Context, name string, args EventForwarderSlackArgs, opts ...ResourceOption) (*EventForwarderSlack, error)
    public EventForwarderSlack(string name, EventForwarderSlackArgs args, CustomResourceOptions? opts = null)
    public EventForwarderSlack(String name, EventForwarderSlackArgs args)
    public EventForwarderSlack(String name, EventForwarderSlackArgs args, CustomResourceOptions options)
    
    type: akeyless:EventForwarderSlack
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "akeyless_eventforwarderslack" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args EventForwarderSlackArgs
    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 EventForwarderSlackArgs
    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 EventForwarderSlackArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args EventForwarderSlackArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args EventForwarderSlackArgs
    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 eventForwarderSlackResource = new Akeyless.EventForwarderSlack("eventForwarderSlackResource", new()
    {
        Url = "string",
        GatewaysEventSourceLocations = new[]
        {
            "string",
        },
        Enable = "string",
        EventForwarderSlackId = "string",
        EventTypes = new[]
        {
            "string",
        },
        Every = "string",
        AuthMethodsEventSourceLocations = new[]
        {
            "string",
        },
        ItemsEventSourceLocations = new[]
        {
            "string",
        },
        KeepPrevVersion = "string",
        Key = "string",
        Name = "string",
        RunnerType = "string",
        TargetsEventSourceLocations = new[]
        {
            "string",
        },
        Description = "string",
    });
    
    example, err := akeyless.NewEventForwarderSlack(ctx, "eventForwarderSlackResource", &akeyless.EventForwarderSlackArgs{
    	Url: pulumi.String("string"),
    	GatewaysEventSourceLocations: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Enable:                pulumi.String("string"),
    	EventForwarderSlackId: pulumi.String("string"),
    	EventTypes: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Every: pulumi.String("string"),
    	AuthMethodsEventSourceLocations: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	ItemsEventSourceLocations: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	KeepPrevVersion: pulumi.String("string"),
    	Key:             pulumi.String("string"),
    	Name:            pulumi.String("string"),
    	RunnerType:      pulumi.String("string"),
    	TargetsEventSourceLocations: pulumi.StringArray{
    		pulumi.String("string"),
    	},
    	Description: pulumi.String("string"),
    })
    
    resource "akeyless_eventforwarderslack" "eventForwarderSlackResource" {
      url                                 = "string"
      gateways_event_source_locations     = ["string"]
      enable                              = "string"
      event_forwarder_slack_id            = "string"
      event_types                         = ["string"]
      every                               = "string"
      auth_methods_event_source_locations = ["string"]
      items_event_source_locations        = ["string"]
      keep_prev_version                   = "string"
      key                                 = "string"
      name                                = "string"
      runner_type                         = "string"
      targets_event_source_locations      = ["string"]
      description                         = "string"
    }
    
    var eventForwarderSlackResource = new EventForwarderSlack("eventForwarderSlackResource", EventForwarderSlackArgs.builder()
        .url("string")
        .gatewaysEventSourceLocations("string")
        .enable("string")
        .eventForwarderSlackId("string")
        .eventTypes("string")
        .every("string")
        .authMethodsEventSourceLocations("string")
        .itemsEventSourceLocations("string")
        .keepPrevVersion("string")
        .key("string")
        .name("string")
        .runnerType("string")
        .targetsEventSourceLocations("string")
        .description("string")
        .build());
    
    event_forwarder_slack_resource = akeyless.EventForwarderSlack("eventForwarderSlackResource",
        url="string",
        gateways_event_source_locations=["string"],
        enable="string",
        event_forwarder_slack_id="string",
        event_types=["string"],
        every="string",
        auth_methods_event_source_locations=["string"],
        items_event_source_locations=["string"],
        keep_prev_version="string",
        key="string",
        name="string",
        runner_type="string",
        targets_event_source_locations=["string"],
        description="string")
    
    const eventForwarderSlackResource = new akeyless.EventForwarderSlack("eventForwarderSlackResource", {
        url: "string",
        gatewaysEventSourceLocations: ["string"],
        enable: "string",
        eventForwarderSlackId: "string",
        eventTypes: ["string"],
        every: "string",
        authMethodsEventSourceLocations: ["string"],
        itemsEventSourceLocations: ["string"],
        keepPrevVersion: "string",
        key: "string",
        name: "string",
        runnerType: "string",
        targetsEventSourceLocations: ["string"],
        description: "string",
    });
    
    type: akeyless:EventForwarderSlack
    properties:
        authMethodsEventSourceLocations:
            - string
        description: string
        enable: string
        eventForwarderSlackId: string
        eventTypes:
            - string
        every: string
        gatewaysEventSourceLocations:
            - string
        itemsEventSourceLocations:
            - string
        keepPrevVersion: string
        key: string
        name: string
        runnerType: string
        targetsEventSourceLocations:
            - string
        url: string
    

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

    Url string
    Slack Webhook URL
    AuthMethodsEventSourceLocations List<string>
    Auth Method Event sources
    Description string
    Description of the object
    Enable string
    Enable/Disable Event Forwarder [true/false]
    EventForwarderSlackId string
    The ID of this resource.
    EventTypes List<string>
    List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
    Every string
    Rate of periodic runner repetition in hours
    GatewaysEventSourceLocations List<string>
    Event sources
    ItemsEventSourceLocations List<string>
    Items Event sources
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    Key string
    Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
    Name string
    Event Forwarder name
    RunnerType string
    Event Forwarder runner type [immediate/periodic]
    TargetsEventSourceLocations List<string>
    Targets Event sources
    Url string
    Slack Webhook URL
    AuthMethodsEventSourceLocations []string
    Auth Method Event sources
    Description string
    Description of the object
    Enable string
    Enable/Disable Event Forwarder [true/false]
    EventForwarderSlackId string
    The ID of this resource.
    EventTypes []string
    List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
    Every string
    Rate of periodic runner repetition in hours
    GatewaysEventSourceLocations []string
    Event sources
    ItemsEventSourceLocations []string
    Items Event sources
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    Key string
    Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
    Name string
    Event Forwarder name
    RunnerType string
    Event Forwarder runner type [immediate/periodic]
    TargetsEventSourceLocations []string
    Targets Event sources
    url string
    Slack Webhook URL
    auth_methods_event_source_locations list(string)
    Auth Method Event sources
    description string
    Description of the object
    enable string
    Enable/Disable Event Forwarder [true/false]
    event_forwarder_slack_id string
    The ID of this resource.
    event_types list(string)
    List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
    every string
    Rate of periodic runner repetition in hours
    gateways_event_source_locations list(string)
    Event sources
    items_event_source_locations list(string)
    Items Event sources
    keep_prev_version string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key string
    Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
    name string
    Event Forwarder name
    runner_type string
    Event Forwarder runner type [immediate/periodic]
    targets_event_source_locations list(string)
    Targets Event sources
    url String
    Slack Webhook URL
    authMethodsEventSourceLocations List<String>
    Auth Method Event sources
    description String
    Description of the object
    enable String
    Enable/Disable Event Forwarder [true/false]
    eventForwarderSlackId String
    The ID of this resource.
    eventTypes List<String>
    List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
    every String
    Rate of periodic runner repetition in hours
    gatewaysEventSourceLocations List<String>
    Event sources
    itemsEventSourceLocations List<String>
    Items Event sources
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key String
    Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
    name String
    Event Forwarder name
    runnerType String
    Event Forwarder runner type [immediate/periodic]
    targetsEventSourceLocations List<String>
    Targets Event sources
    url string
    Slack Webhook URL
    authMethodsEventSourceLocations string[]
    Auth Method Event sources
    description string
    Description of the object
    enable string
    Enable/Disable Event Forwarder [true/false]
    eventForwarderSlackId string
    The ID of this resource.
    eventTypes string[]
    List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
    every string
    Rate of periodic runner repetition in hours
    gatewaysEventSourceLocations string[]
    Event sources
    itemsEventSourceLocations string[]
    Items Event sources
    keepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key string
    Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
    name string
    Event Forwarder name
    runnerType string
    Event Forwarder runner type [immediate/periodic]
    targetsEventSourceLocations string[]
    Targets Event sources
    url str
    Slack Webhook URL
    auth_methods_event_source_locations Sequence[str]
    Auth Method Event sources
    description str
    Description of the object
    enable str
    Enable/Disable Event Forwarder [true/false]
    event_forwarder_slack_id str
    The ID of this resource.
    event_types Sequence[str]
    List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
    every str
    Rate of periodic runner repetition in hours
    gateways_event_source_locations Sequence[str]
    Event sources
    items_event_source_locations Sequence[str]
    Items Event sources
    keep_prev_version str
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key str
    Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
    name str
    Event Forwarder name
    runner_type str
    Event Forwarder runner type [immediate/periodic]
    targets_event_source_locations Sequence[str]
    Targets Event sources
    url String
    Slack Webhook URL
    authMethodsEventSourceLocations List<String>
    Auth Method Event sources
    description String
    Description of the object
    enable String
    Enable/Disable Event Forwarder [true/false]
    eventForwarderSlackId String
    The ID of this resource.
    eventTypes List<String>
    List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
    every String
    Rate of periodic runner repetition in hours
    gatewaysEventSourceLocations List<String>
    Event sources
    itemsEventSourceLocations List<String>
    Items Event sources
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key String
    Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
    name String
    Event Forwarder name
    runnerType String
    Event Forwarder runner type [immediate/periodic]
    targetsEventSourceLocations List<String>
    Targets Event sources

    Outputs

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

    Get an existing EventForwarderSlack 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?: EventForwarderSlackState, opts?: CustomResourceOptions): EventForwarderSlack
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            auth_methods_event_source_locations: Optional[Sequence[str]] = None,
            description: Optional[str] = None,
            enable: Optional[str] = None,
            event_forwarder_slack_id: Optional[str] = None,
            event_types: Optional[Sequence[str]] = None,
            every: Optional[str] = None,
            gateways_event_source_locations: Optional[Sequence[str]] = None,
            items_event_source_locations: Optional[Sequence[str]] = None,
            keep_prev_version: Optional[str] = None,
            key: Optional[str] = None,
            name: Optional[str] = None,
            runner_type: Optional[str] = None,
            targets_event_source_locations: Optional[Sequence[str]] = None,
            url: Optional[str] = None) -> EventForwarderSlack
    func GetEventForwarderSlack(ctx *Context, name string, id IDInput, state *EventForwarderSlackState, opts ...ResourceOption) (*EventForwarderSlack, error)
    public static EventForwarderSlack Get(string name, Input<string> id, EventForwarderSlackState? state, CustomResourceOptions? opts = null)
    public static EventForwarderSlack get(String name, Output<String> id, EventForwarderSlackState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:EventForwarderSlack    get:      id: ${id}
    import {
      to = akeyless_eventforwarderslack.example
      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:
    AuthMethodsEventSourceLocations List<string>
    Auth Method Event sources
    Description string
    Description of the object
    Enable string
    Enable/Disable Event Forwarder [true/false]
    EventForwarderSlackId string
    The ID of this resource.
    EventTypes List<string>
    List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
    Every string
    Rate of periodic runner repetition in hours
    GatewaysEventSourceLocations List<string>
    Event sources
    ItemsEventSourceLocations List<string>
    Items Event sources
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    Key string
    Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
    Name string
    Event Forwarder name
    RunnerType string
    Event Forwarder runner type [immediate/periodic]
    TargetsEventSourceLocations List<string>
    Targets Event sources
    Url string
    Slack Webhook URL
    AuthMethodsEventSourceLocations []string
    Auth Method Event sources
    Description string
    Description of the object
    Enable string
    Enable/Disable Event Forwarder [true/false]
    EventForwarderSlackId string
    The ID of this resource.
    EventTypes []string
    List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
    Every string
    Rate of periodic runner repetition in hours
    GatewaysEventSourceLocations []string
    Event sources
    ItemsEventSourceLocations []string
    Items Event sources
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    Key string
    Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
    Name string
    Event Forwarder name
    RunnerType string
    Event Forwarder runner type [immediate/periodic]
    TargetsEventSourceLocations []string
    Targets Event sources
    Url string
    Slack Webhook URL
    auth_methods_event_source_locations list(string)
    Auth Method Event sources
    description string
    Description of the object
    enable string
    Enable/Disable Event Forwarder [true/false]
    event_forwarder_slack_id string
    The ID of this resource.
    event_types list(string)
    List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
    every string
    Rate of periodic runner repetition in hours
    gateways_event_source_locations list(string)
    Event sources
    items_event_source_locations list(string)
    Items Event sources
    keep_prev_version string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key string
    Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
    name string
    Event Forwarder name
    runner_type string
    Event Forwarder runner type [immediate/periodic]
    targets_event_source_locations list(string)
    Targets Event sources
    url string
    Slack Webhook URL
    authMethodsEventSourceLocations List<String>
    Auth Method Event sources
    description String
    Description of the object
    enable String
    Enable/Disable Event Forwarder [true/false]
    eventForwarderSlackId String
    The ID of this resource.
    eventTypes List<String>
    List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
    every String
    Rate of periodic runner repetition in hours
    gatewaysEventSourceLocations List<String>
    Event sources
    itemsEventSourceLocations List<String>
    Items Event sources
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key String
    Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
    name String
    Event Forwarder name
    runnerType String
    Event Forwarder runner type [immediate/periodic]
    targetsEventSourceLocations List<String>
    Targets Event sources
    url String
    Slack Webhook URL
    authMethodsEventSourceLocations string[]
    Auth Method Event sources
    description string
    Description of the object
    enable string
    Enable/Disable Event Forwarder [true/false]
    eventForwarderSlackId string
    The ID of this resource.
    eventTypes string[]
    List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
    every string
    Rate of periodic runner repetition in hours
    gatewaysEventSourceLocations string[]
    Event sources
    itemsEventSourceLocations string[]
    Items Event sources
    keepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key string
    Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
    name string
    Event Forwarder name
    runnerType string
    Event Forwarder runner type [immediate/periodic]
    targetsEventSourceLocations string[]
    Targets Event sources
    url string
    Slack Webhook URL
    auth_methods_event_source_locations Sequence[str]
    Auth Method Event sources
    description str
    Description of the object
    enable str
    Enable/Disable Event Forwarder [true/false]
    event_forwarder_slack_id str
    The ID of this resource.
    event_types Sequence[str]
    List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
    every str
    Rate of periodic runner repetition in hours
    gateways_event_source_locations Sequence[str]
    Event sources
    items_event_source_locations Sequence[str]
    Items Event sources
    keep_prev_version str
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key str
    Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
    name str
    Event Forwarder name
    runner_type str
    Event Forwarder runner type [immediate/periodic]
    targets_event_source_locations Sequence[str]
    Targets Event sources
    url str
    Slack Webhook URL
    authMethodsEventSourceLocations List<String>
    Auth Method Event sources
    description String
    Description of the object
    enable String
    Enable/Disable Event Forwarder [true/false]
    eventForwarderSlackId String
    The ID of this resource.
    eventTypes List<String>
    List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync]
    every String
    Rate of periodic runner repetition in hours
    gatewaysEventSourceLocations List<String>
    Event sources
    itemsEventSourceLocations List<String>
    Items Event sources
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key String
    Key name. The key will be used to encrypt the Event Forwarder secret value. If key name is not specified, the account default protection key is used
    name String
    Event Forwarder name
    runnerType String
    Event Forwarder runner type [immediate/periodic]
    targetsEventSourceLocations List<String>
    Targets Event sources
    url String
    Slack Webhook URL

    Package Details

    Repository
    akeyless akeyless-community/terraform-provider-akeyless
    License
    Notes
    This Pulumi package is based on the akeyless Terraform Provider.
    Viewing docs for akeyless 2.0.1
    published on Monday, Apr 27, 2026 by akeyless-community
      Try Pulumi Cloud free. Your team will thank you.