published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
Session Forwarding config for syslog
Create GatewayRemoteAccessSessionForwardingSyslog Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayRemoteAccessSessionForwardingSyslog(name: string, args?: GatewayRemoteAccessSessionForwardingSyslogArgs, opts?: CustomResourceOptions);@overload
def GatewayRemoteAccessSessionForwardingSyslog(resource_name: str,
args: Optional[GatewayRemoteAccessSessionForwardingSyslogArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayRemoteAccessSessionForwardingSyslog(resource_name: str,
opts: Optional[ResourceOptions] = None,
enable: Optional[str] = None,
enable_tls: Optional[bool] = None,
formatter: Optional[str] = None,
gateway_remote_access_session_forwarding_syslog_id: Optional[str] = None,
host: Optional[str] = None,
network: Optional[str] = None,
output_format: Optional[str] = None,
pull_interval: Optional[str] = None,
target_tag: Optional[str] = None,
tls_certificate: Optional[str] = None)func NewGatewayRemoteAccessSessionForwardingSyslog(ctx *Context, name string, args *GatewayRemoteAccessSessionForwardingSyslogArgs, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingSyslog, error)public GatewayRemoteAccessSessionForwardingSyslog(string name, GatewayRemoteAccessSessionForwardingSyslogArgs? args = null, CustomResourceOptions? opts = null)
public GatewayRemoteAccessSessionForwardingSyslog(String name, GatewayRemoteAccessSessionForwardingSyslogArgs args)
public GatewayRemoteAccessSessionForwardingSyslog(String name, GatewayRemoteAccessSessionForwardingSyslogArgs args, CustomResourceOptions options)
type: akeyless:GatewayRemoteAccessSessionForwardingSyslog
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GatewayRemoteAccessSessionForwardingSyslogArgs
- 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 GatewayRemoteAccessSessionForwardingSyslogArgs
- 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 GatewayRemoteAccessSessionForwardingSyslogArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayRemoteAccessSessionForwardingSyslogArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayRemoteAccessSessionForwardingSyslogArgs
- 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 gatewayRemoteAccessSessionForwardingSyslogResource = new Akeyless.GatewayRemoteAccessSessionForwardingSyslog("gatewayRemoteAccessSessionForwardingSyslogResource", new()
{
Enable = "string",
EnableTls = false,
Formatter = "string",
GatewayRemoteAccessSessionForwardingSyslogId = "string",
Host = "string",
Network = "string",
OutputFormat = "string",
PullInterval = "string",
TargetTag = "string",
TlsCertificate = "string",
});
example, err := akeyless.NewGatewayRemoteAccessSessionForwardingSyslog(ctx, "gatewayRemoteAccessSessionForwardingSyslogResource", &akeyless.GatewayRemoteAccessSessionForwardingSyslogArgs{
Enable: pulumi.String("string"),
EnableTls: pulumi.Bool(false),
Formatter: pulumi.String("string"),
GatewayRemoteAccessSessionForwardingSyslogId: pulumi.String("string"),
Host: pulumi.String("string"),
Network: pulumi.String("string"),
OutputFormat: pulumi.String("string"),
PullInterval: pulumi.String("string"),
TargetTag: pulumi.String("string"),
TlsCertificate: pulumi.String("string"),
})
var gatewayRemoteAccessSessionForwardingSyslogResource = new GatewayRemoteAccessSessionForwardingSyslog("gatewayRemoteAccessSessionForwardingSyslogResource", GatewayRemoteAccessSessionForwardingSyslogArgs.builder()
.enable("string")
.enableTls(false)
.formatter("string")
.gatewayRemoteAccessSessionForwardingSyslogId("string")
.host("string")
.network("string")
.outputFormat("string")
.pullInterval("string")
.targetTag("string")
.tlsCertificate("string")
.build());
gateway_remote_access_session_forwarding_syslog_resource = akeyless.GatewayRemoteAccessSessionForwardingSyslog("gatewayRemoteAccessSessionForwardingSyslogResource",
enable="string",
enable_tls=False,
formatter="string",
gateway_remote_access_session_forwarding_syslog_id="string",
host="string",
network="string",
output_format="string",
pull_interval="string",
target_tag="string",
tls_certificate="string")
const gatewayRemoteAccessSessionForwardingSyslogResource = new akeyless.GatewayRemoteAccessSessionForwardingSyslog("gatewayRemoteAccessSessionForwardingSyslogResource", {
enable: "string",
enableTls: false,
formatter: "string",
gatewayRemoteAccessSessionForwardingSyslogId: "string",
host: "string",
network: "string",
outputFormat: "string",
pullInterval: "string",
targetTag: "string",
tlsCertificate: "string",
});
type: akeyless:GatewayRemoteAccessSessionForwardingSyslog
properties:
enable: string
enableTls: false
formatter: string
gatewayRemoteAccessSessionForwardingSyslogId: string
host: string
network: string
outputFormat: string
pullInterval: string
targetTag: string
tlsCertificate: string
GatewayRemoteAccessSessionForwardingSyslog 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 GatewayRemoteAccessSessionForwardingSyslog resource accepts the following input properties:
- Enable string
- Enable Log Forwarding [true/false]
- Enable
Tls bool - Enable tls relevant only for network type TCP
- Formatter string
- Syslog formatter [text/cef]
- Gateway
Remote stringAccess Session Forwarding Syslog Id - The ID of this resource.
- Host string
- Syslog host
- Network string
- Syslog network [tcp/udp]
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- Target
Tag string - Syslog target tag
- Tls
Certificate string - Syslog tls certificate (PEM format) in a Base64 format
- Enable string
- Enable Log Forwarding [true/false]
- Enable
Tls bool - Enable tls relevant only for network type TCP
- Formatter string
- Syslog formatter [text/cef]
- Gateway
Remote stringAccess Session Forwarding Syslog Id - The ID of this resource.
- Host string
- Syslog host
- Network string
- Syslog network [tcp/udp]
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- Target
Tag string - Syslog target tag
- Tls
Certificate string - Syslog tls certificate (PEM format) in a Base64 format
- enable String
- Enable Log Forwarding [true/false]
- enable
Tls Boolean - Enable tls relevant only for network type TCP
- formatter String
- Syslog formatter [text/cef]
- gateway
Remote StringAccess Session Forwarding Syslog Id - The ID of this resource.
- host String
- Syslog host
- network String
- Syslog network [tcp/udp]
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
- target
Tag String - Syslog target tag
- tls
Certificate String - Syslog tls certificate (PEM format) in a Base64 format
- enable string
- Enable Log Forwarding [true/false]
- enable
Tls boolean - Enable tls relevant only for network type TCP
- formatter string
- Syslog formatter [text/cef]
- gateway
Remote stringAccess Session Forwarding Syslog Id - The ID of this resource.
- host string
- Syslog host
- network string
- Syslog network [tcp/udp]
- output
Format string - Logs format [text/json]
- pull
Interval string - Pull interval in seconds
- target
Tag string - Syslog target tag
- tls
Certificate string - Syslog tls certificate (PEM format) in a Base64 format
- enable str
- Enable Log Forwarding [true/false]
- enable_
tls bool - Enable tls relevant only for network type TCP
- formatter str
- Syslog formatter [text/cef]
- gateway_
remote_ straccess_ session_ forwarding_ syslog_ id - The ID of this resource.
- host str
- Syslog host
- network str
- Syslog network [tcp/udp]
- output_
format str - Logs format [text/json]
- pull_
interval str - Pull interval in seconds
- target_
tag str - Syslog target tag
- tls_
certificate str - Syslog tls certificate (PEM format) in a Base64 format
- enable String
- Enable Log Forwarding [true/false]
- enable
Tls Boolean - Enable tls relevant only for network type TCP
- formatter String
- Syslog formatter [text/cef]
- gateway
Remote StringAccess Session Forwarding Syslog Id - The ID of this resource.
- host String
- Syslog host
- network String
- Syslog network [tcp/udp]
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
- target
Tag String - Syslog target tag
- tls
Certificate String - Syslog tls certificate (PEM format) in a Base64 format
Outputs
All input properties are implicitly available as output properties. Additionally, the GatewayRemoteAccessSessionForwardingSyslog resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing GatewayRemoteAccessSessionForwardingSyslog Resource
Get an existing GatewayRemoteAccessSessionForwardingSyslog 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?: GatewayRemoteAccessSessionForwardingSyslogState, opts?: CustomResourceOptions): GatewayRemoteAccessSessionForwardingSyslog@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
enable: Optional[str] = None,
enable_tls: Optional[bool] = None,
formatter: Optional[str] = None,
gateway_remote_access_session_forwarding_syslog_id: Optional[str] = None,
host: Optional[str] = None,
network: Optional[str] = None,
output_format: Optional[str] = None,
pull_interval: Optional[str] = None,
target_tag: Optional[str] = None,
tls_certificate: Optional[str] = None) -> GatewayRemoteAccessSessionForwardingSyslogfunc GetGatewayRemoteAccessSessionForwardingSyslog(ctx *Context, name string, id IDInput, state *GatewayRemoteAccessSessionForwardingSyslogState, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingSyslog, error)public static GatewayRemoteAccessSessionForwardingSyslog Get(string name, Input<string> id, GatewayRemoteAccessSessionForwardingSyslogState? state, CustomResourceOptions? opts = null)public static GatewayRemoteAccessSessionForwardingSyslog get(String name, Output<String> id, GatewayRemoteAccessSessionForwardingSyslogState state, CustomResourceOptions options)resources: _: type: akeyless:GatewayRemoteAccessSessionForwardingSyslog get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Enable string
- Enable Log Forwarding [true/false]
- Enable
Tls bool - Enable tls relevant only for network type TCP
- Formatter string
- Syslog formatter [text/cef]
- Gateway
Remote stringAccess Session Forwarding Syslog Id - The ID of this resource.
- Host string
- Syslog host
- Network string
- Syslog network [tcp/udp]
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- Target
Tag string - Syslog target tag
- Tls
Certificate string - Syslog tls certificate (PEM format) in a Base64 format
- Enable string
- Enable Log Forwarding [true/false]
- Enable
Tls bool - Enable tls relevant only for network type TCP
- Formatter string
- Syslog formatter [text/cef]
- Gateway
Remote stringAccess Session Forwarding Syslog Id - The ID of this resource.
- Host string
- Syslog host
- Network string
- Syslog network [tcp/udp]
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- Target
Tag string - Syslog target tag
- Tls
Certificate string - Syslog tls certificate (PEM format) in a Base64 format
- enable String
- Enable Log Forwarding [true/false]
- enable
Tls Boolean - Enable tls relevant only for network type TCP
- formatter String
- Syslog formatter [text/cef]
- gateway
Remote StringAccess Session Forwarding Syslog Id - The ID of this resource.
- host String
- Syslog host
- network String
- Syslog network [tcp/udp]
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
- target
Tag String - Syslog target tag
- tls
Certificate String - Syslog tls certificate (PEM format) in a Base64 format
- enable string
- Enable Log Forwarding [true/false]
- enable
Tls boolean - Enable tls relevant only for network type TCP
- formatter string
- Syslog formatter [text/cef]
- gateway
Remote stringAccess Session Forwarding Syslog Id - The ID of this resource.
- host string
- Syslog host
- network string
- Syslog network [tcp/udp]
- output
Format string - Logs format [text/json]
- pull
Interval string - Pull interval in seconds
- target
Tag string - Syslog target tag
- tls
Certificate string - Syslog tls certificate (PEM format) in a Base64 format
- enable str
- Enable Log Forwarding [true/false]
- enable_
tls bool - Enable tls relevant only for network type TCP
- formatter str
- Syslog formatter [text/cef]
- gateway_
remote_ straccess_ session_ forwarding_ syslog_ id - The ID of this resource.
- host str
- Syslog host
- network str
- Syslog network [tcp/udp]
- output_
format str - Logs format [text/json]
- pull_
interval str - Pull interval in seconds
- target_
tag str - Syslog target tag
- tls_
certificate str - Syslog tls certificate (PEM format) in a Base64 format
- enable String
- Enable Log Forwarding [true/false]
- enable
Tls Boolean - Enable tls relevant only for network type TCP
- formatter String
- Syslog formatter [text/cef]
- gateway
Remote StringAccess Session Forwarding Syslog Id - The ID of this resource.
- host String
- Syslog host
- network String
- Syslog network [tcp/udp]
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
- target
Tag String - Syslog target tag
- tls
Certificate String - Syslog 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
