published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
Session Forwarding config for logz-io
Create GatewayRemoteAccessSessionForwardingLogzIo Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayRemoteAccessSessionForwardingLogzIo(name: string, args?: GatewayRemoteAccessSessionForwardingLogzIoArgs, opts?: CustomResourceOptions);@overload
def GatewayRemoteAccessSessionForwardingLogzIo(resource_name: str,
args: Optional[GatewayRemoteAccessSessionForwardingLogzIoArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayRemoteAccessSessionForwardingLogzIo(resource_name: str,
opts: Optional[ResourceOptions] = None,
enable: Optional[str] = None,
gateway_remote_access_session_forwarding_logz_io_id: Optional[str] = None,
logz_io_token: Optional[str] = None,
output_format: Optional[str] = None,
protocol: Optional[str] = None,
pull_interval: Optional[str] = None)func NewGatewayRemoteAccessSessionForwardingLogzIo(ctx *Context, name string, args *GatewayRemoteAccessSessionForwardingLogzIoArgs, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingLogzIo, error)public GatewayRemoteAccessSessionForwardingLogzIo(string name, GatewayRemoteAccessSessionForwardingLogzIoArgs? args = null, CustomResourceOptions? opts = null)
public GatewayRemoteAccessSessionForwardingLogzIo(String name, GatewayRemoteAccessSessionForwardingLogzIoArgs args)
public GatewayRemoteAccessSessionForwardingLogzIo(String name, GatewayRemoteAccessSessionForwardingLogzIoArgs args, CustomResourceOptions options)
type: akeyless:GatewayRemoteAccessSessionForwardingLogzIo
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "akeyless_gatewayremoteaccesssessionforwardinglogzio" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args GatewayRemoteAccessSessionForwardingLogzIoArgs
- 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 GatewayRemoteAccessSessionForwardingLogzIoArgs
- 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 GatewayRemoteAccessSessionForwardingLogzIoArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayRemoteAccessSessionForwardingLogzIoArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayRemoteAccessSessionForwardingLogzIoArgs
- 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 gatewayRemoteAccessSessionForwardingLogzIoResource = new Akeyless.GatewayRemoteAccessSessionForwardingLogzIo("gatewayRemoteAccessSessionForwardingLogzIoResource", new()
{
Enable = "string",
GatewayRemoteAccessSessionForwardingLogzIoId = "string",
LogzIoToken = "string",
OutputFormat = "string",
Protocol = "string",
PullInterval = "string",
});
example, err := akeyless.NewGatewayRemoteAccessSessionForwardingLogzIo(ctx, "gatewayRemoteAccessSessionForwardingLogzIoResource", &akeyless.GatewayRemoteAccessSessionForwardingLogzIoArgs{
Enable: pulumi.String("string"),
GatewayRemoteAccessSessionForwardingLogzIoId: pulumi.String("string"),
LogzIoToken: pulumi.String("string"),
OutputFormat: pulumi.String("string"),
Protocol: pulumi.String("string"),
PullInterval: pulumi.String("string"),
})
resource "akeyless_gatewayremoteaccesssessionforwardinglogzio" "gatewayRemoteAccessSessionForwardingLogzIoResource" {
enable = "string"
gateway_remote_access_session_forwarding_logz_io_id = "string"
logz_io_token = "string"
output_format = "string"
protocol = "string"
pull_interval = "string"
}
var gatewayRemoteAccessSessionForwardingLogzIoResource = new GatewayRemoteAccessSessionForwardingLogzIo("gatewayRemoteAccessSessionForwardingLogzIoResource", GatewayRemoteAccessSessionForwardingLogzIoArgs.builder()
.enable("string")
.gatewayRemoteAccessSessionForwardingLogzIoId("string")
.logzIoToken("string")
.outputFormat("string")
.protocol("string")
.pullInterval("string")
.build());
gateway_remote_access_session_forwarding_logz_io_resource = akeyless.GatewayRemoteAccessSessionForwardingLogzIo("gatewayRemoteAccessSessionForwardingLogzIoResource",
enable="string",
gateway_remote_access_session_forwarding_logz_io_id="string",
logz_io_token="string",
output_format="string",
protocol="string",
pull_interval="string")
const gatewayRemoteAccessSessionForwardingLogzIoResource = new akeyless.GatewayRemoteAccessSessionForwardingLogzIo("gatewayRemoteAccessSessionForwardingLogzIoResource", {
enable: "string",
gatewayRemoteAccessSessionForwardingLogzIoId: "string",
logzIoToken: "string",
outputFormat: "string",
protocol: "string",
pullInterval: "string",
});
type: akeyless:GatewayRemoteAccessSessionForwardingLogzIo
properties:
enable: string
gatewayRemoteAccessSessionForwardingLogzIoId: string
logzIoToken: string
outputFormat: string
protocol: string
pullInterval: string
GatewayRemoteAccessSessionForwardingLogzIo 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 GatewayRemoteAccessSessionForwardingLogzIo resource accepts the following input properties:
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Logz Io Id - The ID of this resource.
- Logz
Io stringToken - Logz-io token
- Output
Format string - Logs format [text/json]
- Protocol string
- LogzIo protocol [tcp/https]
- Pull
Interval string - Pull interval in seconds
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Logz Io Id - The ID of this resource.
- Logz
Io stringToken - Logz-io token
- Output
Format string - Logs format [text/json]
- Protocol string
- LogzIo protocol [tcp/https]
- Pull
Interval string - Pull interval in seconds
- enable string
- Enable Log Forwarding [true/false]
- gateway_
remote_ stringaccess_ session_ forwarding_ logz_ io_ id - The ID of this resource.
- logz_
io_ stringtoken - Logz-io token
- output_
format string - Logs format [text/json]
- protocol string
- LogzIo protocol [tcp/https]
- pull_
interval string - Pull interval in seconds
- enable String
- Enable Log Forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Logz Io Id - The ID of this resource.
- logz
Io StringToken - Logz-io token
- output
Format String - Logs format [text/json]
- protocol String
- LogzIo protocol [tcp/https]
- pull
Interval String - Pull interval in seconds
- enable string
- Enable Log Forwarding [true/false]
- gateway
Remote stringAccess Session Forwarding Logz Io Id - The ID of this resource.
- logz
Io stringToken - Logz-io token
- output
Format string - Logs format [text/json]
- protocol string
- LogzIo protocol [tcp/https]
- pull
Interval string - Pull interval in seconds
- enable str
- Enable Log Forwarding [true/false]
- gateway_
remote_ straccess_ session_ forwarding_ logz_ io_ id - The ID of this resource.
- logz_
io_ strtoken - Logz-io token
- output_
format str - Logs format [text/json]
- protocol str
- LogzIo protocol [tcp/https]
- pull_
interval str - Pull interval in seconds
- enable String
- Enable Log Forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Logz Io Id - The ID of this resource.
- logz
Io StringToken - Logz-io token
- output
Format String - Logs format [text/json]
- protocol String
- LogzIo protocol [tcp/https]
- pull
Interval String - Pull interval in seconds
Outputs
All input properties are implicitly available as output properties. Additionally, the GatewayRemoteAccessSessionForwardingLogzIo 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 GatewayRemoteAccessSessionForwardingLogzIo Resource
Get an existing GatewayRemoteAccessSessionForwardingLogzIo 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?: GatewayRemoteAccessSessionForwardingLogzIoState, opts?: CustomResourceOptions): GatewayRemoteAccessSessionForwardingLogzIo@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
enable: Optional[str] = None,
gateway_remote_access_session_forwarding_logz_io_id: Optional[str] = None,
logz_io_token: Optional[str] = None,
output_format: Optional[str] = None,
protocol: Optional[str] = None,
pull_interval: Optional[str] = None) -> GatewayRemoteAccessSessionForwardingLogzIofunc GetGatewayRemoteAccessSessionForwardingLogzIo(ctx *Context, name string, id IDInput, state *GatewayRemoteAccessSessionForwardingLogzIoState, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingLogzIo, error)public static GatewayRemoteAccessSessionForwardingLogzIo Get(string name, Input<string> id, GatewayRemoteAccessSessionForwardingLogzIoState? state, CustomResourceOptions? opts = null)public static GatewayRemoteAccessSessionForwardingLogzIo get(String name, Output<String> id, GatewayRemoteAccessSessionForwardingLogzIoState state, CustomResourceOptions options)resources: _: type: akeyless:GatewayRemoteAccessSessionForwardingLogzIo get: id: ${id}import {
to = akeyless_gatewayremoteaccesssessionforwardinglogzio.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.
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Logz Io Id - The ID of this resource.
- Logz
Io stringToken - Logz-io token
- Output
Format string - Logs format [text/json]
- Protocol string
- LogzIo protocol [tcp/https]
- Pull
Interval string - Pull interval in seconds
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Logz Io Id - The ID of this resource.
- Logz
Io stringToken - Logz-io token
- Output
Format string - Logs format [text/json]
- Protocol string
- LogzIo protocol [tcp/https]
- Pull
Interval string - Pull interval in seconds
- enable string
- Enable Log Forwarding [true/false]
- gateway_
remote_ stringaccess_ session_ forwarding_ logz_ io_ id - The ID of this resource.
- logz_
io_ stringtoken - Logz-io token
- output_
format string - Logs format [text/json]
- protocol string
- LogzIo protocol [tcp/https]
- pull_
interval string - Pull interval in seconds
- enable String
- Enable Log Forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Logz Io Id - The ID of this resource.
- logz
Io StringToken - Logz-io token
- output
Format String - Logs format [text/json]
- protocol String
- LogzIo protocol [tcp/https]
- pull
Interval String - Pull interval in seconds
- enable string
- Enable Log Forwarding [true/false]
- gateway
Remote stringAccess Session Forwarding Logz Io Id - The ID of this resource.
- logz
Io stringToken - Logz-io token
- output
Format string - Logs format [text/json]
- protocol string
- LogzIo protocol [tcp/https]
- pull
Interval string - Pull interval in seconds
- enable str
- Enable Log Forwarding [true/false]
- gateway_
remote_ straccess_ session_ forwarding_ logz_ io_ id - The ID of this resource.
- logz_
io_ strtoken - Logz-io token
- output_
format str - Logs format [text/json]
- protocol str
- LogzIo protocol [tcp/https]
- pull_
interval str - Pull interval in seconds
- enable String
- Enable Log Forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Logz Io Id - The ID of this resource.
- logz
Io StringToken - Logz-io token
- output
Format String - Logs format [text/json]
- protocol String
- LogzIo protocol [tcp/https]
- pull
Interval String - Pull interval in seconds
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
