1. Packages
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. GatewayRemoteAccessSessionForwardingGoogleChronicle
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 google-chronicle

    Create GatewayRemoteAccessSessionForwardingGoogleChronicle Resource

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

    Constructor syntax

    new GatewayRemoteAccessSessionForwardingGoogleChronicle(name: string, args?: GatewayRemoteAccessSessionForwardingGoogleChronicleArgs, opts?: CustomResourceOptions);
    @overload
    def GatewayRemoteAccessSessionForwardingGoogleChronicle(resource_name: str,
                                                            args: Optional[GatewayRemoteAccessSessionForwardingGoogleChronicleArgs] = None,
                                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def GatewayRemoteAccessSessionForwardingGoogleChronicle(resource_name: str,
                                                            opts: Optional[ResourceOptions] = None,
                                                            customer_id: Optional[str] = None,
                                                            enable: Optional[str] = None,
                                                            gateway_remote_access_session_forwarding_google_chronicle_id: Optional[str] = None,
                                                            gcp_key: Optional[str] = None,
                                                            log_type: Optional[str] = None,
                                                            output_format: Optional[str] = None,
                                                            pull_interval: Optional[str] = None,
                                                            region: Optional[str] = None)
    func NewGatewayRemoteAccessSessionForwardingGoogleChronicle(ctx *Context, name string, args *GatewayRemoteAccessSessionForwardingGoogleChronicleArgs, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingGoogleChronicle, error)
    public GatewayRemoteAccessSessionForwardingGoogleChronicle(string name, GatewayRemoteAccessSessionForwardingGoogleChronicleArgs? args = null, CustomResourceOptions? opts = null)
    public GatewayRemoteAccessSessionForwardingGoogleChronicle(String name, GatewayRemoteAccessSessionForwardingGoogleChronicleArgs args)
    public GatewayRemoteAccessSessionForwardingGoogleChronicle(String name, GatewayRemoteAccessSessionForwardingGoogleChronicleArgs args, CustomResourceOptions options)
    
    type: akeyless:GatewayRemoteAccessSessionForwardingGoogleChronicle
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "akeyless_gatewayremoteaccesssessionforwardinggooglechronicle" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args GatewayRemoteAccessSessionForwardingGoogleChronicleArgs
    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 GatewayRemoteAccessSessionForwardingGoogleChronicleArgs
    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 GatewayRemoteAccessSessionForwardingGoogleChronicleArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GatewayRemoteAccessSessionForwardingGoogleChronicleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GatewayRemoteAccessSessionForwardingGoogleChronicleArgs
    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 gatewayRemoteAccessSessionForwardingGoogleChronicleResource = new Akeyless.GatewayRemoteAccessSessionForwardingGoogleChronicle("gatewayRemoteAccessSessionForwardingGoogleChronicleResource", new()
    {
        CustomerId = "string",
        Enable = "string",
        GatewayRemoteAccessSessionForwardingGoogleChronicleId = "string",
        GcpKey = "string",
        LogType = "string",
        OutputFormat = "string",
        PullInterval = "string",
        Region = "string",
    });
    
    example, err := akeyless.NewGatewayRemoteAccessSessionForwardingGoogleChronicle(ctx, "gatewayRemoteAccessSessionForwardingGoogleChronicleResource", &akeyless.GatewayRemoteAccessSessionForwardingGoogleChronicleArgs{
    	CustomerId: pulumi.String("string"),
    	Enable:     pulumi.String("string"),
    	GatewayRemoteAccessSessionForwardingGoogleChronicleId: pulumi.String("string"),
    	GcpKey:       pulumi.String("string"),
    	LogType:      pulumi.String("string"),
    	OutputFormat: pulumi.String("string"),
    	PullInterval: pulumi.String("string"),
    	Region:       pulumi.String("string"),
    })
    
    resource "akeyless_gatewayremoteaccesssessionforwardinggooglechronicle" "gatewayRemoteAccessSessionForwardingGoogleChronicleResource" {
      customer_id                                                  = "string"
      enable                                                       = "string"
      gateway_remote_access_session_forwarding_google_chronicle_id = "string"
      gcp_key                                                      = "string"
      log_type                                                     = "string"
      output_format                                                = "string"
      pull_interval                                                = "string"
      region                                                       = "string"
    }
    
    var gatewayRemoteAccessSessionForwardingGoogleChronicleResource = new GatewayRemoteAccessSessionForwardingGoogleChronicle("gatewayRemoteAccessSessionForwardingGoogleChronicleResource", GatewayRemoteAccessSessionForwardingGoogleChronicleArgs.builder()
        .customerId("string")
        .enable("string")
        .gatewayRemoteAccessSessionForwardingGoogleChronicleId("string")
        .gcpKey("string")
        .logType("string")
        .outputFormat("string")
        .pullInterval("string")
        .region("string")
        .build());
    
    gateway_remote_access_session_forwarding_google_chronicle_resource = akeyless.GatewayRemoteAccessSessionForwardingGoogleChronicle("gatewayRemoteAccessSessionForwardingGoogleChronicleResource",
        customer_id="string",
        enable="string",
        gateway_remote_access_session_forwarding_google_chronicle_id="string",
        gcp_key="string",
        log_type="string",
        output_format="string",
        pull_interval="string",
        region="string")
    
    const gatewayRemoteAccessSessionForwardingGoogleChronicleResource = new akeyless.GatewayRemoteAccessSessionForwardingGoogleChronicle("gatewayRemoteAccessSessionForwardingGoogleChronicleResource", {
        customerId: "string",
        enable: "string",
        gatewayRemoteAccessSessionForwardingGoogleChronicleId: "string",
        gcpKey: "string",
        logType: "string",
        outputFormat: "string",
        pullInterval: "string",
        region: "string",
    });
    
    type: akeyless:GatewayRemoteAccessSessionForwardingGoogleChronicle
    properties:
        customerId: string
        enable: string
        gatewayRemoteAccessSessionForwardingGoogleChronicleId: string
        gcpKey: string
        logType: string
        outputFormat: string
        pullInterval: string
        region: string
    

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

    CustomerId string
    Google chronicle customer id
    Enable string
    Enable Log Forwarding [true/false]
    GatewayRemoteAccessSessionForwardingGoogleChronicleId string
    The ID of this resource.
    GcpKey string
    Base64-encoded service account private key text
    LogType string
    Google chronicle log type
    OutputFormat string
    Logs format [text/json]
    PullInterval string
    Pull interval in seconds
    Region string
    Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
    CustomerId string
    Google chronicle customer id
    Enable string
    Enable Log Forwarding [true/false]
    GatewayRemoteAccessSessionForwardingGoogleChronicleId string
    The ID of this resource.
    GcpKey string
    Base64-encoded service account private key text
    LogType string
    Google chronicle log type
    OutputFormat string
    Logs format [text/json]
    PullInterval string
    Pull interval in seconds
    Region string
    Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
    customer_id string
    Google chronicle customer id
    enable string
    Enable Log Forwarding [true/false]
    gateway_remote_access_session_forwarding_google_chronicle_id string
    The ID of this resource.
    gcp_key string
    Base64-encoded service account private key text
    log_type string
    Google chronicle log type
    output_format string
    Logs format [text/json]
    pull_interval string
    Pull interval in seconds
    region string
    Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
    customerId String
    Google chronicle customer id
    enable String
    Enable Log Forwarding [true/false]
    gatewayRemoteAccessSessionForwardingGoogleChronicleId String
    The ID of this resource.
    gcpKey String
    Base64-encoded service account private key text
    logType String
    Google chronicle log type
    outputFormat String
    Logs format [text/json]
    pullInterval String
    Pull interval in seconds
    region String
    Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
    customerId string
    Google chronicle customer id
    enable string
    Enable Log Forwarding [true/false]
    gatewayRemoteAccessSessionForwardingGoogleChronicleId string
    The ID of this resource.
    gcpKey string
    Base64-encoded service account private key text
    logType string
    Google chronicle log type
    outputFormat string
    Logs format [text/json]
    pullInterval string
    Pull interval in seconds
    region string
    Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
    customer_id str
    Google chronicle customer id
    enable str
    Enable Log Forwarding [true/false]
    gateway_remote_access_session_forwarding_google_chronicle_id str
    The ID of this resource.
    gcp_key str
    Base64-encoded service account private key text
    log_type str
    Google chronicle log type
    output_format str
    Logs format [text/json]
    pull_interval str
    Pull interval in seconds
    region str
    Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
    customerId String
    Google chronicle customer id
    enable String
    Enable Log Forwarding [true/false]
    gatewayRemoteAccessSessionForwardingGoogleChronicleId String
    The ID of this resource.
    gcpKey String
    Base64-encoded service account private key text
    logType String
    Google chronicle log type
    outputFormat String
    Logs format [text/json]
    pullInterval String
    Pull interval in seconds
    region String
    Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]

    Outputs

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

    Get an existing GatewayRemoteAccessSessionForwardingGoogleChronicle 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?: GatewayRemoteAccessSessionForwardingGoogleChronicleState, opts?: CustomResourceOptions): GatewayRemoteAccessSessionForwardingGoogleChronicle
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            customer_id: Optional[str] = None,
            enable: Optional[str] = None,
            gateway_remote_access_session_forwarding_google_chronicle_id: Optional[str] = None,
            gcp_key: Optional[str] = None,
            log_type: Optional[str] = None,
            output_format: Optional[str] = None,
            pull_interval: Optional[str] = None,
            region: Optional[str] = None) -> GatewayRemoteAccessSessionForwardingGoogleChronicle
    func GetGatewayRemoteAccessSessionForwardingGoogleChronicle(ctx *Context, name string, id IDInput, state *GatewayRemoteAccessSessionForwardingGoogleChronicleState, opts ...ResourceOption) (*GatewayRemoteAccessSessionForwardingGoogleChronicle, error)
    public static GatewayRemoteAccessSessionForwardingGoogleChronicle Get(string name, Input<string> id, GatewayRemoteAccessSessionForwardingGoogleChronicleState? state, CustomResourceOptions? opts = null)
    public static GatewayRemoteAccessSessionForwardingGoogleChronicle get(String name, Output<String> id, GatewayRemoteAccessSessionForwardingGoogleChronicleState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:GatewayRemoteAccessSessionForwardingGoogleChronicle    get:      id: ${id}
    import {
      to = akeyless_gatewayremoteaccesssessionforwardinggooglechronicle.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.
    The following state arguments are supported:
    CustomerId string
    Google chronicle customer id
    Enable string
    Enable Log Forwarding [true/false]
    GatewayRemoteAccessSessionForwardingGoogleChronicleId string
    The ID of this resource.
    GcpKey string
    Base64-encoded service account private key text
    LogType string
    Google chronicle log type
    OutputFormat string
    Logs format [text/json]
    PullInterval string
    Pull interval in seconds
    Region string
    Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
    CustomerId string
    Google chronicle customer id
    Enable string
    Enable Log Forwarding [true/false]
    GatewayRemoteAccessSessionForwardingGoogleChronicleId string
    The ID of this resource.
    GcpKey string
    Base64-encoded service account private key text
    LogType string
    Google chronicle log type
    OutputFormat string
    Logs format [text/json]
    PullInterval string
    Pull interval in seconds
    Region string
    Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
    customer_id string
    Google chronicle customer id
    enable string
    Enable Log Forwarding [true/false]
    gateway_remote_access_session_forwarding_google_chronicle_id string
    The ID of this resource.
    gcp_key string
    Base64-encoded service account private key text
    log_type string
    Google chronicle log type
    output_format string
    Logs format [text/json]
    pull_interval string
    Pull interval in seconds
    region string
    Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
    customerId String
    Google chronicle customer id
    enable String
    Enable Log Forwarding [true/false]
    gatewayRemoteAccessSessionForwardingGoogleChronicleId String
    The ID of this resource.
    gcpKey String
    Base64-encoded service account private key text
    logType String
    Google chronicle log type
    outputFormat String
    Logs format [text/json]
    pullInterval String
    Pull interval in seconds
    region String
    Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
    customerId string
    Google chronicle customer id
    enable string
    Enable Log Forwarding [true/false]
    gatewayRemoteAccessSessionForwardingGoogleChronicleId string
    The ID of this resource.
    gcpKey string
    Base64-encoded service account private key text
    logType string
    Google chronicle log type
    outputFormat string
    Logs format [text/json]
    pullInterval string
    Pull interval in seconds
    region string
    Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
    customer_id str
    Google chronicle customer id
    enable str
    Enable Log Forwarding [true/false]
    gateway_remote_access_session_forwarding_google_chronicle_id str
    The ID of this resource.
    gcp_key str
    Base64-encoded service account private key text
    log_type str
    Google chronicle log type
    output_format str
    Logs format [text/json]
    pull_interval str
    Pull interval in seconds
    region str
    Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]
    customerId String
    Google chronicle customer id
    enable String
    Enable Log Forwarding [true/false]
    gatewayRemoteAccessSessionForwardingGoogleChronicleId String
    The ID of this resource.
    gcpKey String
    Base64-encoded service account private key text
    logType String
    Google chronicle log type
    outputFormat String
    Logs format [text/json]
    pullInterval String
    Pull interval in seconds
    region String
    Google chronicle region [eumultiregion/london/usmultiregion/singapore/tel_aviv]

    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.