published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
Session Forwarding config for datadog
Create GatewayRemoteAccessSessionForwardingDatadog Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GatewayRemoteAccessSessionForwardingDatadog(name: string, args?: GatewayRemoteAccessSessionForwardingDatadogArgs, opts?: CustomResourceOptions);@overload
def GatewayRemoteAccessSessionForwardingDatadog(resource_name: str,
args: Optional[GatewayRemoteAccessSessionForwardingDatadogArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def GatewayRemoteAccessSessionForwardingDatadog(resource_name: str,
opts: Optional[ResourceOptions] = None,
api_key: Optional[str] = None,
enable: Optional[str] = None,
gateway_remote_access_session_forwarding_datadog_id: Optional[str] = None,
host: Optional[str] = None,
log_service: Optional[str] = None,
log_source: Optional[str] = None,
log_tags: Optional[str] = None,
output_format: Optional[str] = None,
pull_interval: Optional[str] = None)func NewGatewayRemoteAccessSessionForwardingDatadog(ctx *Context, name string, args *GatewayRemoteAccessSessionForwardingDatadogArgs, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingDatadog, error)public GatewayRemoteAccessSessionForwardingDatadog(string name, GatewayRemoteAccessSessionForwardingDatadogArgs? args = null, CustomResourceOptions? opts = null)
public GatewayRemoteAccessSessionForwardingDatadog(String name, GatewayRemoteAccessSessionForwardingDatadogArgs args)
public GatewayRemoteAccessSessionForwardingDatadog(String name, GatewayRemoteAccessSessionForwardingDatadogArgs args, CustomResourceOptions options)
type: akeyless:GatewayRemoteAccessSessionForwardingDatadog
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 GatewayRemoteAccessSessionForwardingDatadogArgs
- 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 GatewayRemoteAccessSessionForwardingDatadogArgs
- 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 GatewayRemoteAccessSessionForwardingDatadogArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GatewayRemoteAccessSessionForwardingDatadogArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GatewayRemoteAccessSessionForwardingDatadogArgs
- 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 gatewayRemoteAccessSessionForwardingDatadogResource = new Akeyless.GatewayRemoteAccessSessionForwardingDatadog("gatewayRemoteAccessSessionForwardingDatadogResource", new()
{
ApiKey = "string",
Enable = "string",
GatewayRemoteAccessSessionForwardingDatadogId = "string",
Host = "string",
LogService = "string",
LogSource = "string",
LogTags = "string",
OutputFormat = "string",
PullInterval = "string",
});
example, err := akeyless.NewGatewayRemoteAccessSessionForwardingDatadog(ctx, "gatewayRemoteAccessSessionForwardingDatadogResource", &akeyless.GatewayRemoteAccessSessionForwardingDatadogArgs{
ApiKey: pulumi.String("string"),
Enable: pulumi.String("string"),
GatewayRemoteAccessSessionForwardingDatadogId: pulumi.String("string"),
Host: pulumi.String("string"),
LogService: pulumi.String("string"),
LogSource: pulumi.String("string"),
LogTags: pulumi.String("string"),
OutputFormat: pulumi.String("string"),
PullInterval: pulumi.String("string"),
})
var gatewayRemoteAccessSessionForwardingDatadogResource = new GatewayRemoteAccessSessionForwardingDatadog("gatewayRemoteAccessSessionForwardingDatadogResource", GatewayRemoteAccessSessionForwardingDatadogArgs.builder()
.apiKey("string")
.enable("string")
.gatewayRemoteAccessSessionForwardingDatadogId("string")
.host("string")
.logService("string")
.logSource("string")
.logTags("string")
.outputFormat("string")
.pullInterval("string")
.build());
gateway_remote_access_session_forwarding_datadog_resource = akeyless.GatewayRemoteAccessSessionForwardingDatadog("gatewayRemoteAccessSessionForwardingDatadogResource",
api_key="string",
enable="string",
gateway_remote_access_session_forwarding_datadog_id="string",
host="string",
log_service="string",
log_source="string",
log_tags="string",
output_format="string",
pull_interval="string")
const gatewayRemoteAccessSessionForwardingDatadogResource = new akeyless.GatewayRemoteAccessSessionForwardingDatadog("gatewayRemoteAccessSessionForwardingDatadogResource", {
apiKey: "string",
enable: "string",
gatewayRemoteAccessSessionForwardingDatadogId: "string",
host: "string",
logService: "string",
logSource: "string",
logTags: "string",
outputFormat: "string",
pullInterval: "string",
});
type: akeyless:GatewayRemoteAccessSessionForwardingDatadog
properties:
apiKey: string
enable: string
gatewayRemoteAccessSessionForwardingDatadogId: string
host: string
logService: string
logSource: string
logTags: string
outputFormat: string
pullInterval: string
GatewayRemoteAccessSessionForwardingDatadog 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 GatewayRemoteAccessSessionForwardingDatadog resource accepts the following input properties:
- Api
Key string - Datadog api key
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Datadog Id - The ID of this resource.
- Host string
- Datadog host
- Log
Service string - Datadog log service
- Log
Source string - Datadog log source
- string
- A comma-separated list of Datadog log tags formatted as key:value strings
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- Api
Key string - Datadog api key
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Datadog Id - The ID of this resource.
- Host string
- Datadog host
- Log
Service string - Datadog log service
- Log
Source string - Datadog log source
- string
- A comma-separated list of Datadog log tags formatted as key:value strings
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- api
Key String - Datadog api key
- enable String
- Enable Log Forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Datadog Id - The ID of this resource.
- host String
- Datadog host
- log
Service String - Datadog log service
- log
Source String - Datadog log source
- String
- A comma-separated list of Datadog log tags formatted as key:value strings
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
- api
Key string - Datadog api key
- enable string
- Enable Log Forwarding [true/false]
- gateway
Remote stringAccess Session Forwarding Datadog Id - The ID of this resource.
- host string
- Datadog host
- log
Service string - Datadog log service
- log
Source string - Datadog log source
- string
- A comma-separated list of Datadog log tags formatted as key:value strings
- output
Format string - Logs format [text/json]
- pull
Interval string - Pull interval in seconds
- api_
key str - Datadog api key
- enable str
- Enable Log Forwarding [true/false]
- gateway_
remote_ straccess_ session_ forwarding_ datadog_ id - The ID of this resource.
- host str
- Datadog host
- log_
service str - Datadog log service
- log_
source str - Datadog log source
- str
- A comma-separated list of Datadog log tags formatted as key:value strings
- output_
format str - Logs format [text/json]
- pull_
interval str - Pull interval in seconds
- api
Key String - Datadog api key
- enable String
- Enable Log Forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Datadog Id - The ID of this resource.
- host String
- Datadog host
- log
Service String - Datadog log service
- log
Source String - Datadog log source
- String
- A comma-separated list of Datadog log tags formatted as key:value strings
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
Outputs
All input properties are implicitly available as output properties. Additionally, the GatewayRemoteAccessSessionForwardingDatadog 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 GatewayRemoteAccessSessionForwardingDatadog Resource
Get an existing GatewayRemoteAccessSessionForwardingDatadog 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?: GatewayRemoteAccessSessionForwardingDatadogState, opts?: CustomResourceOptions): GatewayRemoteAccessSessionForwardingDatadog@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
api_key: Optional[str] = None,
enable: Optional[str] = None,
gateway_remote_access_session_forwarding_datadog_id: Optional[str] = None,
host: Optional[str] = None,
log_service: Optional[str] = None,
log_source: Optional[str] = None,
log_tags: Optional[str] = None,
output_format: Optional[str] = None,
pull_interval: Optional[str] = None) -> GatewayRemoteAccessSessionForwardingDatadogfunc GetGatewayRemoteAccessSessionForwardingDatadog(ctx *Context, name string, id IDInput, state *GatewayRemoteAccessSessionForwardingDatadogState, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingDatadog, error)public static GatewayRemoteAccessSessionForwardingDatadog Get(string name, Input<string> id, GatewayRemoteAccessSessionForwardingDatadogState? state, CustomResourceOptions? opts = null)public static GatewayRemoteAccessSessionForwardingDatadog get(String name, Output<String> id, GatewayRemoteAccessSessionForwardingDatadogState state, CustomResourceOptions options)resources: _: type: akeyless:GatewayRemoteAccessSessionForwardingDatadog 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.
- Api
Key string - Datadog api key
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Datadog Id - The ID of this resource.
- Host string
- Datadog host
- Log
Service string - Datadog log service
- Log
Source string - Datadog log source
- string
- A comma-separated list of Datadog log tags formatted as key:value strings
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- Api
Key string - Datadog api key
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Datadog Id - The ID of this resource.
- Host string
- Datadog host
- Log
Service string - Datadog log service
- Log
Source string - Datadog log source
- string
- A comma-separated list of Datadog log tags formatted as key:value strings
- Output
Format string - Logs format [text/json]
- Pull
Interval string - Pull interval in seconds
- api
Key String - Datadog api key
- enable String
- Enable Log Forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Datadog Id - The ID of this resource.
- host String
- Datadog host
- log
Service String - Datadog log service
- log
Source String - Datadog log source
- String
- A comma-separated list of Datadog log tags formatted as key:value strings
- output
Format String - Logs format [text/json]
- pull
Interval String - Pull interval in seconds
- api
Key string - Datadog api key
- enable string
- Enable Log Forwarding [true/false]
- gateway
Remote stringAccess Session Forwarding Datadog Id - The ID of this resource.
- host string
- Datadog host
- log
Service string - Datadog log service
- log
Source string - Datadog log source
- string
- A comma-separated list of Datadog log tags formatted as key:value strings
- output
Format string - Logs format [text/json]
- pull
Interval string - Pull interval in seconds
- api_
key str - Datadog api key
- enable str
- Enable Log Forwarding [true/false]
- gateway_
remote_ straccess_ session_ forwarding_ datadog_ id - The ID of this resource.
- host str
- Datadog host
- log_
service str - Datadog log service
- log_
source str - Datadog log source
- str
- A comma-separated list of Datadog log tags formatted as key:value strings
- output_
format str - Logs format [text/json]
- pull_
interval str - Pull interval in seconds
- api
Key String - Datadog api key
- enable String
- Enable Log Forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Datadog Id - The ID of this resource.
- host String
- Datadog host
- log
Service String - Datadog log service
- log
Source String - Datadog log source
- String
- A comma-separated list of Datadog log tags formatted as key:value strings
- output
Format String - Logs format [text/json]
- 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
