1. Packages
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. GatewayRemoteAccessSessionForwardingSumologic
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community

    Session Forwarding config for sumologic

    Create GatewayRemoteAccessSessionForwardingSumologic Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new GatewayRemoteAccessSessionForwardingSumologic(name: string, args?: GatewayRemoteAccessSessionForwardingSumologicArgs, opts?: CustomResourceOptions);
    @overload
    def GatewayRemoteAccessSessionForwardingSumologic(resource_name: str,
                                                      args: Optional[GatewayRemoteAccessSessionForwardingSumologicArgs] = None,
                                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def GatewayRemoteAccessSessionForwardingSumologic(resource_name: str,
                                                      opts: Optional[ResourceOptions] = None,
                                                      enable: Optional[str] = None,
                                                      endpoint: Optional[str] = None,
                                                      gateway_remote_access_session_forwarding_sumologic_id: Optional[str] = None,
                                                      host: Optional[str] = None,
                                                      output_format: Optional[str] = None,
                                                      pull_interval: Optional[str] = None,
                                                      sumologic_tags: Optional[str] = None)
    func NewGatewayRemoteAccessSessionForwardingSumologic(ctx *Context, name string, args *GatewayRemoteAccessSessionForwardingSumologicArgs, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingSumologic, error)
    public GatewayRemoteAccessSessionForwardingSumologic(string name, GatewayRemoteAccessSessionForwardingSumologicArgs? args = null, CustomResourceOptions? opts = null)
    public GatewayRemoteAccessSessionForwardingSumologic(String name, GatewayRemoteAccessSessionForwardingSumologicArgs args)
    public GatewayRemoteAccessSessionForwardingSumologic(String name, GatewayRemoteAccessSessionForwardingSumologicArgs args, CustomResourceOptions options)
    
    type: akeyless:GatewayRemoteAccessSessionForwardingSumologic
    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 GatewayRemoteAccessSessionForwardingSumologicArgs
    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 GatewayRemoteAccessSessionForwardingSumologicArgs
    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 GatewayRemoteAccessSessionForwardingSumologicArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GatewayRemoteAccessSessionForwardingSumologicArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GatewayRemoteAccessSessionForwardingSumologicArgs
    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 gatewayRemoteAccessSessionForwardingSumologicResource = new Akeyless.GatewayRemoteAccessSessionForwardingSumologic("gatewayRemoteAccessSessionForwardingSumologicResource", new()
    {
        Enable = "string",
        Endpoint = "string",
        GatewayRemoteAccessSessionForwardingSumologicId = "string",
        Host = "string",
        OutputFormat = "string",
        PullInterval = "string",
        SumologicTags = "string",
    });
    
    example, err := akeyless.NewGatewayRemoteAccessSessionForwardingSumologic(ctx, "gatewayRemoteAccessSessionForwardingSumologicResource", &akeyless.GatewayRemoteAccessSessionForwardingSumologicArgs{
    	Enable:   pulumi.String("string"),
    	Endpoint: pulumi.String("string"),
    	GatewayRemoteAccessSessionForwardingSumologicId: pulumi.String("string"),
    	Host:          pulumi.String("string"),
    	OutputFormat:  pulumi.String("string"),
    	PullInterval:  pulumi.String("string"),
    	SumologicTags: pulumi.String("string"),
    })
    
    var gatewayRemoteAccessSessionForwardingSumologicResource = new GatewayRemoteAccessSessionForwardingSumologic("gatewayRemoteAccessSessionForwardingSumologicResource", GatewayRemoteAccessSessionForwardingSumologicArgs.builder()
        .enable("string")
        .endpoint("string")
        .gatewayRemoteAccessSessionForwardingSumologicId("string")
        .host("string")
        .outputFormat("string")
        .pullInterval("string")
        .sumologicTags("string")
        .build());
    
    gateway_remote_access_session_forwarding_sumologic_resource = akeyless.GatewayRemoteAccessSessionForwardingSumologic("gatewayRemoteAccessSessionForwardingSumologicResource",
        enable="string",
        endpoint="string",
        gateway_remote_access_session_forwarding_sumologic_id="string",
        host="string",
        output_format="string",
        pull_interval="string",
        sumologic_tags="string")
    
    const gatewayRemoteAccessSessionForwardingSumologicResource = new akeyless.GatewayRemoteAccessSessionForwardingSumologic("gatewayRemoteAccessSessionForwardingSumologicResource", {
        enable: "string",
        endpoint: "string",
        gatewayRemoteAccessSessionForwardingSumologicId: "string",
        host: "string",
        outputFormat: "string",
        pullInterval: "string",
        sumologicTags: "string",
    });
    
    type: akeyless:GatewayRemoteAccessSessionForwardingSumologic
    properties:
        enable: string
        endpoint: string
        gatewayRemoteAccessSessionForwardingSumologicId: string
        host: string
        outputFormat: string
        pullInterval: string
        sumologicTags: string
    

    GatewayRemoteAccessSessionForwardingSumologic 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 GatewayRemoteAccessSessionForwardingSumologic resource accepts the following input properties:

    Enable string
    Enable Log Forwarding [true/false]
    Endpoint string
    Sumologic endpoint URL
    GatewayRemoteAccessSessionForwardingSumologicId string
    The ID of this resource.
    Host string
    Sumologic host
    OutputFormat string
    Logs format [text/json]
    PullInterval string
    Pull interval in seconds
    SumologicTags string
    A comma-separated list of Sumologic tags
    Enable string
    Enable Log Forwarding [true/false]
    Endpoint string
    Sumologic endpoint URL
    GatewayRemoteAccessSessionForwardingSumologicId string
    The ID of this resource.
    Host string
    Sumologic host
    OutputFormat string
    Logs format [text/json]
    PullInterval string
    Pull interval in seconds
    SumologicTags string
    A comma-separated list of Sumologic tags
    enable String
    Enable Log Forwarding [true/false]
    endpoint String
    Sumologic endpoint URL
    gatewayRemoteAccessSessionForwardingSumologicId String
    The ID of this resource.
    host String
    Sumologic host
    outputFormat String
    Logs format [text/json]
    pullInterval String
    Pull interval in seconds
    sumologicTags String
    A comma-separated list of Sumologic tags
    enable string
    Enable Log Forwarding [true/false]
    endpoint string
    Sumologic endpoint URL
    gatewayRemoteAccessSessionForwardingSumologicId string
    The ID of this resource.
    host string
    Sumologic host
    outputFormat string
    Logs format [text/json]
    pullInterval string
    Pull interval in seconds
    sumologicTags string
    A comma-separated list of Sumologic tags
    enable str
    Enable Log Forwarding [true/false]
    endpoint str
    Sumologic endpoint URL
    gateway_remote_access_session_forwarding_sumologic_id str
    The ID of this resource.
    host str
    Sumologic host
    output_format str
    Logs format [text/json]
    pull_interval str
    Pull interval in seconds
    sumologic_tags str
    A comma-separated list of Sumologic tags
    enable String
    Enable Log Forwarding [true/false]
    endpoint String
    Sumologic endpoint URL
    gatewayRemoteAccessSessionForwardingSumologicId String
    The ID of this resource.
    host String
    Sumologic host
    outputFormat String
    Logs format [text/json]
    pullInterval String
    Pull interval in seconds
    sumologicTags String
    A comma-separated list of Sumologic tags

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GatewayRemoteAccessSessionForwardingSumologic 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 GatewayRemoteAccessSessionForwardingSumologic Resource

    Get an existing GatewayRemoteAccessSessionForwardingSumologic 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?: GatewayRemoteAccessSessionForwardingSumologicState, opts?: CustomResourceOptions): GatewayRemoteAccessSessionForwardingSumologic
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            enable: Optional[str] = None,
            endpoint: Optional[str] = None,
            gateway_remote_access_session_forwarding_sumologic_id: Optional[str] = None,
            host: Optional[str] = None,
            output_format: Optional[str] = None,
            pull_interval: Optional[str] = None,
            sumologic_tags: Optional[str] = None) -> GatewayRemoteAccessSessionForwardingSumologic
    func GetGatewayRemoteAccessSessionForwardingSumologic(ctx *Context, name string, id IDInput, state *GatewayRemoteAccessSessionForwardingSumologicState, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingSumologic, error)
    public static GatewayRemoteAccessSessionForwardingSumologic Get(string name, Input<string> id, GatewayRemoteAccessSessionForwardingSumologicState? state, CustomResourceOptions? opts = null)
    public static GatewayRemoteAccessSessionForwardingSumologic get(String name, Output<String> id, GatewayRemoteAccessSessionForwardingSumologicState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:GatewayRemoteAccessSessionForwardingSumologic    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.
    The following state arguments are supported:
    Enable string
    Enable Log Forwarding [true/false]
    Endpoint string
    Sumologic endpoint URL
    GatewayRemoteAccessSessionForwardingSumologicId string
    The ID of this resource.
    Host string
    Sumologic host
    OutputFormat string
    Logs format [text/json]
    PullInterval string
    Pull interval in seconds
    SumologicTags string
    A comma-separated list of Sumologic tags
    Enable string
    Enable Log Forwarding [true/false]
    Endpoint string
    Sumologic endpoint URL
    GatewayRemoteAccessSessionForwardingSumologicId string
    The ID of this resource.
    Host string
    Sumologic host
    OutputFormat string
    Logs format [text/json]
    PullInterval string
    Pull interval in seconds
    SumologicTags string
    A comma-separated list of Sumologic tags
    enable String
    Enable Log Forwarding [true/false]
    endpoint String
    Sumologic endpoint URL
    gatewayRemoteAccessSessionForwardingSumologicId String
    The ID of this resource.
    host String
    Sumologic host
    outputFormat String
    Logs format [text/json]
    pullInterval String
    Pull interval in seconds
    sumologicTags String
    A comma-separated list of Sumologic tags
    enable string
    Enable Log Forwarding [true/false]
    endpoint string
    Sumologic endpoint URL
    gatewayRemoteAccessSessionForwardingSumologicId string
    The ID of this resource.
    host string
    Sumologic host
    outputFormat string
    Logs format [text/json]
    pullInterval string
    Pull interval in seconds
    sumologicTags string
    A comma-separated list of Sumologic tags
    enable str
    Enable Log Forwarding [true/false]
    endpoint str
    Sumologic endpoint URL
    gateway_remote_access_session_forwarding_sumologic_id str
    The ID of this resource.
    host str
    Sumologic host
    output_format str
    Logs format [text/json]
    pull_interval str
    Pull interval in seconds
    sumologic_tags str
    A comma-separated list of Sumologic tags
    enable String
    Enable Log Forwarding [true/false]
    endpoint String
    Sumologic endpoint URL
    gatewayRemoteAccessSessionForwardingSumologicId String
    The ID of this resource.
    host String
    Sumologic host
    outputFormat String
    Logs format [text/json]
    pullInterval String
    Pull interval in seconds
    sumologicTags String
    A comma-separated list of Sumologic tags

    Package Details

    Repository
    akeyless akeyless-community/terraform-provider-akeyless
    License
    Notes
    This Pulumi package is based on the akeyless Terraform Provider.
    Viewing docs for akeyless 2.0.1
    published on Monday, Apr 27, 2026 by akeyless-community
      Try Pulumi Cloud free. Your team will thank you.