1. Packages
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. GatewayRemoteAccessSessionForwardingStdout
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 standard output

    Create GatewayRemoteAccessSessionForwardingStdout Resource

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

    Constructor syntax

    new GatewayRemoteAccessSessionForwardingStdout(name: string, args?: GatewayRemoteAccessSessionForwardingStdoutArgs, opts?: CustomResourceOptions);
    @overload
    def GatewayRemoteAccessSessionForwardingStdout(resource_name: str,
                                                   args: Optional[GatewayRemoteAccessSessionForwardingStdoutArgs] = None,
                                                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def GatewayRemoteAccessSessionForwardingStdout(resource_name: str,
                                                   opts: Optional[ResourceOptions] = None,
                                                   enable: Optional[str] = None,
                                                   gateway_remote_access_session_forwarding_stdout_id: Optional[str] = None,
                                                   output_format: Optional[str] = None,
                                                   pull_interval: Optional[str] = None)
    func NewGatewayRemoteAccessSessionForwardingStdout(ctx *Context, name string, args *GatewayRemoteAccessSessionForwardingStdoutArgs, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingStdout, error)
    public GatewayRemoteAccessSessionForwardingStdout(string name, GatewayRemoteAccessSessionForwardingStdoutArgs? args = null, CustomResourceOptions? opts = null)
    public GatewayRemoteAccessSessionForwardingStdout(String name, GatewayRemoteAccessSessionForwardingStdoutArgs args)
    public GatewayRemoteAccessSessionForwardingStdout(String name, GatewayRemoteAccessSessionForwardingStdoutArgs args, CustomResourceOptions options)
    
    type: akeyless:GatewayRemoteAccessSessionForwardingStdout
    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 GatewayRemoteAccessSessionForwardingStdoutArgs
    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 GatewayRemoteAccessSessionForwardingStdoutArgs
    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 GatewayRemoteAccessSessionForwardingStdoutArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GatewayRemoteAccessSessionForwardingStdoutArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GatewayRemoteAccessSessionForwardingStdoutArgs
    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 gatewayRemoteAccessSessionForwardingStdoutResource = new Akeyless.GatewayRemoteAccessSessionForwardingStdout("gatewayRemoteAccessSessionForwardingStdoutResource", new()
    {
        Enable = "string",
        GatewayRemoteAccessSessionForwardingStdoutId = "string",
        OutputFormat = "string",
        PullInterval = "string",
    });
    
    example, err := akeyless.NewGatewayRemoteAccessSessionForwardingStdout(ctx, "gatewayRemoteAccessSessionForwardingStdoutResource", &akeyless.GatewayRemoteAccessSessionForwardingStdoutArgs{
    	Enable: pulumi.String("string"),
    	GatewayRemoteAccessSessionForwardingStdoutId: pulumi.String("string"),
    	OutputFormat: pulumi.String("string"),
    	PullInterval: pulumi.String("string"),
    })
    
    var gatewayRemoteAccessSessionForwardingStdoutResource = new GatewayRemoteAccessSessionForwardingStdout("gatewayRemoteAccessSessionForwardingStdoutResource", GatewayRemoteAccessSessionForwardingStdoutArgs.builder()
        .enable("string")
        .gatewayRemoteAccessSessionForwardingStdoutId("string")
        .outputFormat("string")
        .pullInterval("string")
        .build());
    
    gateway_remote_access_session_forwarding_stdout_resource = akeyless.GatewayRemoteAccessSessionForwardingStdout("gatewayRemoteAccessSessionForwardingStdoutResource",
        enable="string",
        gateway_remote_access_session_forwarding_stdout_id="string",
        output_format="string",
        pull_interval="string")
    
    const gatewayRemoteAccessSessionForwardingStdoutResource = new akeyless.GatewayRemoteAccessSessionForwardingStdout("gatewayRemoteAccessSessionForwardingStdoutResource", {
        enable: "string",
        gatewayRemoteAccessSessionForwardingStdoutId: "string",
        outputFormat: "string",
        pullInterval: "string",
    });
    
    type: akeyless:GatewayRemoteAccessSessionForwardingStdout
    properties:
        enable: string
        gatewayRemoteAccessSessionForwardingStdoutId: string
        outputFormat: string
        pullInterval: string
    

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

    Enable string
    Enable Log Forwarding [true/false]
    GatewayRemoteAccessSessionForwardingStdoutId string
    The ID of this resource.
    OutputFormat string
    Logs format [text/json]
    PullInterval string
    Pull interval in seconds
    Enable string
    Enable Log Forwarding [true/false]
    GatewayRemoteAccessSessionForwardingStdoutId string
    The ID of this resource.
    OutputFormat string
    Logs format [text/json]
    PullInterval string
    Pull interval in seconds
    enable String
    Enable Log Forwarding [true/false]
    gatewayRemoteAccessSessionForwardingStdoutId String
    The ID of this resource.
    outputFormat String
    Logs format [text/json]
    pullInterval String
    Pull interval in seconds
    enable string
    Enable Log Forwarding [true/false]
    gatewayRemoteAccessSessionForwardingStdoutId string
    The ID of this resource.
    outputFormat string
    Logs format [text/json]
    pullInterval string
    Pull interval in seconds
    enable str
    Enable Log Forwarding [true/false]
    gateway_remote_access_session_forwarding_stdout_id str
    The ID of this resource.
    output_format str
    Logs format [text/json]
    pull_interval str
    Pull interval in seconds
    enable String
    Enable Log Forwarding [true/false]
    gatewayRemoteAccessSessionForwardingStdoutId String
    The ID of this resource.
    outputFormat String
    Logs format [text/json]
    pullInterval String
    Pull interval in seconds

    Outputs

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

    Get an existing GatewayRemoteAccessSessionForwardingStdout 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?: GatewayRemoteAccessSessionForwardingStdoutState, opts?: CustomResourceOptions): GatewayRemoteAccessSessionForwardingStdout
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            enable: Optional[str] = None,
            gateway_remote_access_session_forwarding_stdout_id: Optional[str] = None,
            output_format: Optional[str] = None,
            pull_interval: Optional[str] = None) -> GatewayRemoteAccessSessionForwardingStdout
    func GetGatewayRemoteAccessSessionForwardingStdout(ctx *Context, name string, id IDInput, state *GatewayRemoteAccessSessionForwardingStdoutState, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingStdout, error)
    public static GatewayRemoteAccessSessionForwardingStdout Get(string name, Input<string> id, GatewayRemoteAccessSessionForwardingStdoutState? state, CustomResourceOptions? opts = null)
    public static GatewayRemoteAccessSessionForwardingStdout get(String name, Output<String> id, GatewayRemoteAccessSessionForwardingStdoutState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:GatewayRemoteAccessSessionForwardingStdout    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]
    GatewayRemoteAccessSessionForwardingStdoutId string
    The ID of this resource.
    OutputFormat string
    Logs format [text/json]
    PullInterval string
    Pull interval in seconds
    Enable string
    Enable Log Forwarding [true/false]
    GatewayRemoteAccessSessionForwardingStdoutId string
    The ID of this resource.
    OutputFormat string
    Logs format [text/json]
    PullInterval string
    Pull interval in seconds
    enable String
    Enable Log Forwarding [true/false]
    gatewayRemoteAccessSessionForwardingStdoutId String
    The ID of this resource.
    outputFormat String
    Logs format [text/json]
    pullInterval String
    Pull interval in seconds
    enable string
    Enable Log Forwarding [true/false]
    gatewayRemoteAccessSessionForwardingStdoutId string
    The ID of this resource.
    outputFormat string
    Logs format [text/json]
    pullInterval string
    Pull interval in seconds
    enable str
    Enable Log Forwarding [true/false]
    gateway_remote_access_session_forwarding_stdout_id str
    The ID of this resource.
    output_format str
    Logs format [text/json]
    pull_interval str
    Pull interval in seconds
    enable String
    Enable Log Forwarding [true/false]
    gatewayRemoteAccessSessionForwardingStdoutId String
    The ID of this resource.
    outputFormat String
    Logs format [text/json]
    pullInterval String
    Pull interval in seconds

    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.