published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
Session Forwarding config for azure-analytics
Create GatewayRemoteAccessSessionForwardingAzureAnalytics Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayRemoteAccessSessionForwardingAzureAnalytics(name: string, args?: GatewayRemoteAccessSessionForwardingAzureAnalyticsArgs, opts?: CustomResourceOptions);@overload
def GatewayRemoteAccessSessionForwardingAzureAnalytics(resource_name: str,
args: Optional[GatewayRemoteAccessSessionForwardingAzureAnalyticsArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayRemoteAccessSessionForwardingAzureAnalytics(resource_name: str,
opts: Optional[ResourceOptions] = None,
enable: Optional[str] = None,
enable_batch: Optional[str] = None,
gateway_remote_access_session_forwarding_azure_analytics_id: Optional[str] = None,
output_format: Optional[str] = None,
pull_interval: Optional[str] = None,
workspace_id: Optional[str] = None,
workspace_key: Optional[str] = None)func NewGatewayRemoteAccessSessionForwardingAzureAnalytics(ctx *Context, name string, args *GatewayRemoteAccessSessionForwardingAzureAnalyticsArgs, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingAzureAnalytics, error)public GatewayRemoteAccessSessionForwardingAzureAnalytics(string name, GatewayRemoteAccessSessionForwardingAzureAnalyticsArgs? args = null, CustomResourceOptions? opts = null)
public GatewayRemoteAccessSessionForwardingAzureAnalytics(String name, GatewayRemoteAccessSessionForwardingAzureAnalyticsArgs args)
public GatewayRemoteAccessSessionForwardingAzureAnalytics(String name, GatewayRemoteAccessSessionForwardingAzureAnalyticsArgs args, CustomResourceOptions options)
type: akeyless:GatewayRemoteAccessSessionForwardingAzureAnalytics
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 GatewayRemoteAccessSessionForwardingAzureAnalyticsArgs
- 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 GatewayRemoteAccessSessionForwardingAzureAnalyticsArgs
- 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 GatewayRemoteAccessSessionForwardingAzureAnalyticsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayRemoteAccessSessionForwardingAzureAnalyticsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayRemoteAccessSessionForwardingAzureAnalyticsArgs
- 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 gatewayRemoteAccessSessionForwardingAzureAnalyticsResource = new Akeyless.GatewayRemoteAccessSessionForwardingAzureAnalytics("gatewayRemoteAccessSessionForwardingAzureAnalyticsResource", new()
{
Enable = "string",
EnableBatch = "string",
GatewayRemoteAccessSessionForwardingAzureAnalyticsId = "string",
OutputFormat = "string",
PullInterval = "string",
WorkspaceId = "string",
WorkspaceKey = "string",
});
example, err := akeyless.NewGatewayRemoteAccessSessionForwardingAzureAnalytics(ctx, "gatewayRemoteAccessSessionForwardingAzureAnalyticsResource", &akeyless.GatewayRemoteAccessSessionForwardingAzureAnalyticsArgs{
Enable: pulumi.String("string"),
EnableBatch: pulumi.String("string"),
GatewayRemoteAccessSessionForwardingAzureAnalyticsId: pulumi.String("string"),
OutputFormat: pulumi.String("string"),
PullInterval: pulumi.String("string"),
WorkspaceId: pulumi.String("string"),
WorkspaceKey: pulumi.String("string"),
})
var gatewayRemoteAccessSessionForwardingAzureAnalyticsResource = new GatewayRemoteAccessSessionForwardingAzureAnalytics("gatewayRemoteAccessSessionForwardingAzureAnalyticsResource", GatewayRemoteAccessSessionForwardingAzureAnalyticsArgs.builder()
.enable("string")
.enableBatch("string")
.gatewayRemoteAccessSessionForwardingAzureAnalyticsId("string")
.outputFormat("string")
.pullInterval("string")
.workspaceId("string")
.workspaceKey("string")
.build());
gateway_remote_access_session_forwarding_azure_analytics_resource = akeyless.GatewayRemoteAccessSessionForwardingAzureAnalytics("gatewayRemoteAccessSessionForwardingAzureAnalyticsResource",
enable="string",
enable_batch="string",
gateway_remote_access_session_forwarding_azure_analytics_id="string",
output_format="string",
pull_interval="string",
workspace_id="string",
workspace_key="string")
const gatewayRemoteAccessSessionForwardingAzureAnalyticsResource = new akeyless.GatewayRemoteAccessSessionForwardingAzureAnalytics("gatewayRemoteAccessSessionForwardingAzureAnalyticsResource", {
enable: "string",
enableBatch: "string",
gatewayRemoteAccessSessionForwardingAzureAnalyticsId: "string",
outputFormat: "string",
pullInterval: "string",
workspaceId: "string",
workspaceKey: "string",
});
type: akeyless:GatewayRemoteAccessSessionForwardingAzureAnalytics
properties:
enable: string
enableBatch: string
gatewayRemoteAccessSessionForwardingAzureAnalyticsId: string
outputFormat: string
pullInterval: string
workspaceId: string
workspaceKey: string
GatewayRemoteAccessSessionForwardingAzureAnalytics 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 GatewayRemoteAccessSessionForwardingAzureAnalytics resource accepts the following input properties:
- Enable string
- Enable Log Forwarding [true/false]
- Enable
Batch string - Enable batch forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Azure Analytics Id - The ID of this resource.
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- Workspace
Id string - Azure workspace id
- Workspace
Key string - Azure workspace key
- Enable string
- Enable Log Forwarding [true/false]
- Enable
Batch string - Enable batch forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Azure Analytics Id - The ID of this resource.
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- Workspace
Id string - Azure workspace id
- Workspace
Key string - Azure workspace key
- enable String
- Enable Log Forwarding [true/false]
- enable
Batch String - Enable batch forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Azure Analytics Id - The ID of this resource.
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
- workspace
Id String - Azure workspace id
- workspace
Key String - Azure workspace key
- enable string
- Enable Log Forwarding [true/false]
- enable
Batch string - Enable batch forwarding [true/false]
- gateway
Remote stringAccess Session Forwarding Azure Analytics Id - The ID of this resource.
- output
Format string - Logs format [text/json]
- pull
Interval string - Pull interval in seconds
- workspace
Id string - Azure workspace id
- workspace
Key string - Azure workspace key
- enable str
- Enable Log Forwarding [true/false]
- enable_
batch str - Enable batch forwarding [true/false]
- gateway_
remote_ straccess_ session_ forwarding_ azure_ analytics_ id - The ID of this resource.
- output_
format str - Logs format [text/json]
- pull_
interval str - Pull interval in seconds
- workspace_
id str - Azure workspace id
- workspace_
key str - Azure workspace key
- enable String
- Enable Log Forwarding [true/false]
- enable
Batch String - Enable batch forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Azure Analytics Id - The ID of this resource.
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
- workspace
Id String - Azure workspace id
- workspace
Key String - Azure workspace key
Outputs
All input properties are implicitly available as output properties. Additionally, the GatewayRemoteAccessSessionForwardingAzureAnalytics 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 GatewayRemoteAccessSessionForwardingAzureAnalytics Resource
Get an existing GatewayRemoteAccessSessionForwardingAzureAnalytics 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?: GatewayRemoteAccessSessionForwardingAzureAnalyticsState, opts?: CustomResourceOptions): GatewayRemoteAccessSessionForwardingAzureAnalytics@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
enable: Optional[str] = None,
enable_batch: Optional[str] = None,
gateway_remote_access_session_forwarding_azure_analytics_id: Optional[str] = None,
output_format: Optional[str] = None,
pull_interval: Optional[str] = None,
workspace_id: Optional[str] = None,
workspace_key: Optional[str] = None) -> GatewayRemoteAccessSessionForwardingAzureAnalyticsfunc GetGatewayRemoteAccessSessionForwardingAzureAnalytics(ctx *Context, name string, id IDInput, state *GatewayRemoteAccessSessionForwardingAzureAnalyticsState, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingAzureAnalytics, error)public static GatewayRemoteAccessSessionForwardingAzureAnalytics Get(string name, Input<string> id, GatewayRemoteAccessSessionForwardingAzureAnalyticsState? state, CustomResourceOptions? opts = null)public static GatewayRemoteAccessSessionForwardingAzureAnalytics get(String name, Output<String> id, GatewayRemoteAccessSessionForwardingAzureAnalyticsState state, CustomResourceOptions options)resources: _: type: akeyless:GatewayRemoteAccessSessionForwardingAzureAnalytics 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
Batch string - Enable batch forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Azure Analytics Id - The ID of this resource.
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- Workspace
Id string - Azure workspace id
- Workspace
Key string - Azure workspace key
- Enable string
- Enable Log Forwarding [true/false]
- Enable
Batch string - Enable batch forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Azure Analytics Id - The ID of this resource.
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- Workspace
Id string - Azure workspace id
- Workspace
Key string - Azure workspace key
- enable String
- Enable Log Forwarding [true/false]
- enable
Batch String - Enable batch forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Azure Analytics Id - The ID of this resource.
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
- workspace
Id String - Azure workspace id
- workspace
Key String - Azure workspace key
- enable string
- Enable Log Forwarding [true/false]
- enable
Batch string - Enable batch forwarding [true/false]
- gateway
Remote stringAccess Session Forwarding Azure Analytics Id - The ID of this resource.
- output
Format string - Logs format [text/json]
- pull
Interval string - Pull interval in seconds
- workspace
Id string - Azure workspace id
- workspace
Key string - Azure workspace key
- enable str
- Enable Log Forwarding [true/false]
- enable_
batch str - Enable batch forwarding [true/false]
- gateway_
remote_ straccess_ session_ forwarding_ azure_ analytics_ id - The ID of this resource.
- output_
format str - Logs format [text/json]
- pull_
interval str - Pull interval in seconds
- workspace_
id str - Azure workspace id
- workspace_
key str - Azure workspace key
- enable String
- Enable Log Forwarding [true/false]
- enable
Batch String - Enable batch forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Azure Analytics Id - The ID of this resource.
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
- workspace
Id String - Azure workspace id
- workspace
Key String - Azure workspace key
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
