1. Packages
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. GatewayRemoteAccessSessionForwardingLogstash
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

    Session Forwarding config for logstash

    Create GatewayRemoteAccessSessionForwardingLogstash Resource

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

    Constructor syntax

    new GatewayRemoteAccessSessionForwardingLogstash(name: string, args?: GatewayRemoteAccessSessionForwardingLogstashArgs, opts?: CustomResourceOptions);
    @overload
    def GatewayRemoteAccessSessionForwardingLogstash(resource_name: str,
                                                     args: Optional[GatewayRemoteAccessSessionForwardingLogstashArgs] = None,
                                                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def GatewayRemoteAccessSessionForwardingLogstash(resource_name: str,
                                                     opts: Optional[ResourceOptions] = None,
                                                     dns: Optional[str] = None,
                                                     enable: Optional[str] = None,
                                                     enable_tls: Optional[bool] = None,
                                                     gateway_remote_access_session_forwarding_logstash_id: Optional[str] = None,
                                                     output_format: Optional[str] = None,
                                                     protocol: Optional[str] = None,
                                                     pull_interval: Optional[str] = None,
                                                     tls_certificate: Optional[str] = None)
    func NewGatewayRemoteAccessSessionForwardingLogstash(ctx *Context, name string, args *GatewayRemoteAccessSessionForwardingLogstashArgs, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingLogstash, error)
    public GatewayRemoteAccessSessionForwardingLogstash(string name, GatewayRemoteAccessSessionForwardingLogstashArgs? args = null, CustomResourceOptions? opts = null)
    public GatewayRemoteAccessSessionForwardingLogstash(String name, GatewayRemoteAccessSessionForwardingLogstashArgs args)
    public GatewayRemoteAccessSessionForwardingLogstash(String name, GatewayRemoteAccessSessionForwardingLogstashArgs args, CustomResourceOptions options)
    
    type: akeyless:GatewayRemoteAccessSessionForwardingLogstash
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "akeyless_gatewayremoteaccesssessionforwardinglogstash" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args GatewayRemoteAccessSessionForwardingLogstashArgs
    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 GatewayRemoteAccessSessionForwardingLogstashArgs
    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 GatewayRemoteAccessSessionForwardingLogstashArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GatewayRemoteAccessSessionForwardingLogstashArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GatewayRemoteAccessSessionForwardingLogstashArgs
    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 gatewayRemoteAccessSessionForwardingLogstashResource = new Akeyless.GatewayRemoteAccessSessionForwardingLogstash("gatewayRemoteAccessSessionForwardingLogstashResource", new()
    {
        Dns = "string",
        Enable = "string",
        EnableTls = false,
        GatewayRemoteAccessSessionForwardingLogstashId = "string",
        OutputFormat = "string",
        Protocol = "string",
        PullInterval = "string",
        TlsCertificate = "string",
    });
    
    example, err := akeyless.NewGatewayRemoteAccessSessionForwardingLogstash(ctx, "gatewayRemoteAccessSessionForwardingLogstashResource", &akeyless.GatewayRemoteAccessSessionForwardingLogstashArgs{
    	Dns:       pulumi.String("string"),
    	Enable:    pulumi.String("string"),
    	EnableTls: pulumi.Bool(false),
    	GatewayRemoteAccessSessionForwardingLogstashId: pulumi.String("string"),
    	OutputFormat:   pulumi.String("string"),
    	Protocol:       pulumi.String("string"),
    	PullInterval:   pulumi.String("string"),
    	TlsCertificate: pulumi.String("string"),
    })
    
    resource "akeyless_gatewayremoteaccesssessionforwardinglogstash" "gatewayRemoteAccessSessionForwardingLogstashResource" {
      dns                                                  = "string"
      enable                                               = "string"
      enable_tls                                           = false
      gateway_remote_access_session_forwarding_logstash_id = "string"
      output_format                                        = "string"
      protocol                                             = "string"
      pull_interval                                        = "string"
      tls_certificate                                      = "string"
    }
    
    var gatewayRemoteAccessSessionForwardingLogstashResource = new GatewayRemoteAccessSessionForwardingLogstash("gatewayRemoteAccessSessionForwardingLogstashResource", GatewayRemoteAccessSessionForwardingLogstashArgs.builder()
        .dns("string")
        .enable("string")
        .enableTls(false)
        .gatewayRemoteAccessSessionForwardingLogstashId("string")
        .outputFormat("string")
        .protocol("string")
        .pullInterval("string")
        .tlsCertificate("string")
        .build());
    
    gateway_remote_access_session_forwarding_logstash_resource = akeyless.GatewayRemoteAccessSessionForwardingLogstash("gatewayRemoteAccessSessionForwardingLogstashResource",
        dns="string",
        enable="string",
        enable_tls=False,
        gateway_remote_access_session_forwarding_logstash_id="string",
        output_format="string",
        protocol="string",
        pull_interval="string",
        tls_certificate="string")
    
    const gatewayRemoteAccessSessionForwardingLogstashResource = new akeyless.GatewayRemoteAccessSessionForwardingLogstash("gatewayRemoteAccessSessionForwardingLogstashResource", {
        dns: "string",
        enable: "string",
        enableTls: false,
        gatewayRemoteAccessSessionForwardingLogstashId: "string",
        outputFormat: "string",
        protocol: "string",
        pullInterval: "string",
        tlsCertificate: "string",
    });
    
    type: akeyless:GatewayRemoteAccessSessionForwardingLogstash
    properties:
        dns: string
        enable: string
        enableTls: false
        gatewayRemoteAccessSessionForwardingLogstashId: string
        outputFormat: string
        protocol: string
        pullInterval: string
        tlsCertificate: string
    

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

    Dns string
    Logstash dns
    Enable string
    Enable Log Forwarding [true/false]
    EnableTls bool
    Enable tls
    GatewayRemoteAccessSessionForwardingLogstashId string
    The ID of this resource.
    OutputFormat string
    Logs format [text/json]
    Protocol string
    Logstash protocol [tcp/udp]
    PullInterval string
    Pull interval in seconds
    TlsCertificate string
    Logstash tls certificate (PEM format) in a Base64 format
    Dns string
    Logstash dns
    Enable string
    Enable Log Forwarding [true/false]
    EnableTls bool
    Enable tls
    GatewayRemoteAccessSessionForwardingLogstashId string
    The ID of this resource.
    OutputFormat string
    Logs format [text/json]
    Protocol string
    Logstash protocol [tcp/udp]
    PullInterval string
    Pull interval in seconds
    TlsCertificate string
    Logstash tls certificate (PEM format) in a Base64 format
    dns string
    Logstash dns
    enable string
    Enable Log Forwarding [true/false]
    enable_tls bool
    Enable tls
    gateway_remote_access_session_forwarding_logstash_id string
    The ID of this resource.
    output_format string
    Logs format [text/json]
    protocol string
    Logstash protocol [tcp/udp]
    pull_interval string
    Pull interval in seconds
    tls_certificate string
    Logstash tls certificate (PEM format) in a Base64 format
    dns String
    Logstash dns
    enable String
    Enable Log Forwarding [true/false]
    enableTls Boolean
    Enable tls
    gatewayRemoteAccessSessionForwardingLogstashId String
    The ID of this resource.
    outputFormat String
    Logs format [text/json]
    protocol String
    Logstash protocol [tcp/udp]
    pullInterval String
    Pull interval in seconds
    tlsCertificate String
    Logstash tls certificate (PEM format) in a Base64 format
    dns string
    Logstash dns
    enable string
    Enable Log Forwarding [true/false]
    enableTls boolean
    Enable tls
    gatewayRemoteAccessSessionForwardingLogstashId string
    The ID of this resource.
    outputFormat string
    Logs format [text/json]
    protocol string
    Logstash protocol [tcp/udp]
    pullInterval string
    Pull interval in seconds
    tlsCertificate string
    Logstash tls certificate (PEM format) in a Base64 format
    dns str
    Logstash dns
    enable str
    Enable Log Forwarding [true/false]
    enable_tls bool
    Enable tls
    gateway_remote_access_session_forwarding_logstash_id str
    The ID of this resource.
    output_format str
    Logs format [text/json]
    protocol str
    Logstash protocol [tcp/udp]
    pull_interval str
    Pull interval in seconds
    tls_certificate str
    Logstash tls certificate (PEM format) in a Base64 format
    dns String
    Logstash dns
    enable String
    Enable Log Forwarding [true/false]
    enableTls Boolean
    Enable tls
    gatewayRemoteAccessSessionForwardingLogstashId String
    The ID of this resource.
    outputFormat String
    Logs format [text/json]
    protocol String
    Logstash protocol [tcp/udp]
    pullInterval String
    Pull interval in seconds
    tlsCertificate String
    Logstash tls certificate (PEM format) in a Base64 format

    Outputs

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

    Get an existing GatewayRemoteAccessSessionForwardingLogstash 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?: GatewayRemoteAccessSessionForwardingLogstashState, opts?: CustomResourceOptions): GatewayRemoteAccessSessionForwardingLogstash
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            dns: Optional[str] = None,
            enable: Optional[str] = None,
            enable_tls: Optional[bool] = None,
            gateway_remote_access_session_forwarding_logstash_id: Optional[str] = None,
            output_format: Optional[str] = None,
            protocol: Optional[str] = None,
            pull_interval: Optional[str] = None,
            tls_certificate: Optional[str] = None) -> GatewayRemoteAccessSessionForwardingLogstash
    func GetGatewayRemoteAccessSessionForwardingLogstash(ctx *Context, name string, id IDInput, state *GatewayRemoteAccessSessionForwardingLogstashState, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingLogstash, error)
    public static GatewayRemoteAccessSessionForwardingLogstash Get(string name, Input<string> id, GatewayRemoteAccessSessionForwardingLogstashState? state, CustomResourceOptions? opts = null)
    public static GatewayRemoteAccessSessionForwardingLogstash get(String name, Output<String> id, GatewayRemoteAccessSessionForwardingLogstashState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:GatewayRemoteAccessSessionForwardingLogstash    get:      id: ${id}
    import {
      to = akeyless_gatewayremoteaccesssessionforwardinglogstash.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:
    Dns string
    Logstash dns
    Enable string
    Enable Log Forwarding [true/false]
    EnableTls bool
    Enable tls
    GatewayRemoteAccessSessionForwardingLogstashId string
    The ID of this resource.
    OutputFormat string
    Logs format [text/json]
    Protocol string
    Logstash protocol [tcp/udp]
    PullInterval string
    Pull interval in seconds
    TlsCertificate string
    Logstash tls certificate (PEM format) in a Base64 format
    Dns string
    Logstash dns
    Enable string
    Enable Log Forwarding [true/false]
    EnableTls bool
    Enable tls
    GatewayRemoteAccessSessionForwardingLogstashId string
    The ID of this resource.
    OutputFormat string
    Logs format [text/json]
    Protocol string
    Logstash protocol [tcp/udp]
    PullInterval string
    Pull interval in seconds
    TlsCertificate string
    Logstash tls certificate (PEM format) in a Base64 format
    dns string
    Logstash dns
    enable string
    Enable Log Forwarding [true/false]
    enable_tls bool
    Enable tls
    gateway_remote_access_session_forwarding_logstash_id string
    The ID of this resource.
    output_format string
    Logs format [text/json]
    protocol string
    Logstash protocol [tcp/udp]
    pull_interval string
    Pull interval in seconds
    tls_certificate string
    Logstash tls certificate (PEM format) in a Base64 format
    dns String
    Logstash dns
    enable String
    Enable Log Forwarding [true/false]
    enableTls Boolean
    Enable tls
    gatewayRemoteAccessSessionForwardingLogstashId String
    The ID of this resource.
    outputFormat String
    Logs format [text/json]
    protocol String
    Logstash protocol [tcp/udp]
    pullInterval String
    Pull interval in seconds
    tlsCertificate String
    Logstash tls certificate (PEM format) in a Base64 format
    dns string
    Logstash dns
    enable string
    Enable Log Forwarding [true/false]
    enableTls boolean
    Enable tls
    gatewayRemoteAccessSessionForwardingLogstashId string
    The ID of this resource.
    outputFormat string
    Logs format [text/json]
    protocol string
    Logstash protocol [tcp/udp]
    pullInterval string
    Pull interval in seconds
    tlsCertificate string
    Logstash tls certificate (PEM format) in a Base64 format
    dns str
    Logstash dns
    enable str
    Enable Log Forwarding [true/false]
    enable_tls bool
    Enable tls
    gateway_remote_access_session_forwarding_logstash_id str
    The ID of this resource.
    output_format str
    Logs format [text/json]
    protocol str
    Logstash protocol [tcp/udp]
    pull_interval str
    Pull interval in seconds
    tls_certificate str
    Logstash tls certificate (PEM format) in a Base64 format
    dns String
    Logstash dns
    enable String
    Enable Log Forwarding [true/false]
    enableTls Boolean
    Enable tls
    gatewayRemoteAccessSessionForwardingLogstashId String
    The ID of this resource.
    outputFormat String
    Logs format [text/json]
    protocol String
    Logstash protocol [tcp/udp]
    pullInterval String
    Pull interval in seconds
    tlsCertificate String
    Logstash tls certificate (PEM format) in a Base64 format

    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.