published on Monday, Apr 27, 2026 by akeyless-community
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]
- Enable
Tls bool - Enable tls
- Gateway
Remote stringAccess Session Forwarding Logstash Id - 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]
- Enable
Tls bool - Enable tls
- Gateway
Remote stringAccess Session Forwarding Logstash Id - 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]
- enable_
tls bool - Enable tls
- gateway_
remote_ stringaccess_ session_ forwarding_ logstash_ id - 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]
- enable
Tls Boolean - Enable tls
- gateway
Remote StringAccess Session Forwarding Logstash Id - 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]
- enable
Tls boolean - Enable tls
- gateway
Remote stringAccess Session Forwarding Logstash Id - 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 str
- Logstash dns
- enable str
- Enable Log Forwarding [true/false]
- enable_
tls bool - Enable tls
- gateway_
remote_ straccess_ session_ forwarding_ logstash_ id - 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]
- enable
Tls Boolean - Enable tls
- gateway
Remote StringAccess Session Forwarding Logstash Id - 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
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) -> GatewayRemoteAccessSessionForwardingLogstashfunc 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.
- Dns string
- Logstash dns
- Enable string
- Enable Log Forwarding [true/false]
- Enable
Tls bool - Enable tls
- Gateway
Remote stringAccess Session Forwarding Logstash Id - 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]
- Enable
Tls bool - Enable tls
- Gateway
Remote stringAccess Session Forwarding Logstash Id - 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]
- enable_
tls bool - Enable tls
- gateway_
remote_ stringaccess_ session_ forwarding_ logstash_ id - 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]
- enable
Tls Boolean - Enable tls
- gateway
Remote StringAccess Session Forwarding Logstash Id - 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]
- enable
Tls boolean - Enable tls
- gateway
Remote stringAccess Session Forwarding Logstash Id - 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 str
- Logstash dns
- enable str
- Enable Log Forwarding [true/false]
- enable_
tls bool - Enable tls
- gateway_
remote_ straccess_ session_ forwarding_ logstash_ id - 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]
- enable
Tls Boolean - Enable tls
- gateway
Remote StringAccess Session Forwarding Logstash Id - 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
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeylessTerraform Provider.
published on Monday, Apr 27, 2026 by akeyless-community
