published on Monday, Apr 27, 2026 by akeyless-community
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.
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"),
})
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:
- Customer
Id string - Google chronicle customer id
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Google Chronicle Id - 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]
- Customer
Id string - Google chronicle customer id
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Google Chronicle Id - 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]
- customer
Id String - Google chronicle customer id
- enable String
- Enable Log Forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Google Chronicle Id - 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]
- customer
Id string - Google chronicle customer id
- enable string
- Enable Log Forwarding [true/false]
- gateway
Remote stringAccess Session Forwarding Google Chronicle Id - 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]
- customer_
id str - Google chronicle customer id
- enable str
- Enable Log Forwarding [true/false]
- gateway_
remote_ straccess_ session_ forwarding_ google_ chronicle_ id - 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]
- customer
Id String - Google chronicle customer id
- enable String
- Enable Log Forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Google Chronicle Id - 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]
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 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) -> GatewayRemoteAccessSessionForwardingGoogleChroniclefunc 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}- 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.
- Customer
Id string - Google chronicle customer id
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Google Chronicle Id - 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]
- Customer
Id string - Google chronicle customer id
- Enable string
- Enable Log Forwarding [true/false]
- Gateway
Remote stringAccess Session Forwarding Google Chronicle Id - 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]
- customer
Id String - Google chronicle customer id
- enable String
- Enable Log Forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Google Chronicle Id - 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]
- customer
Id string - Google chronicle customer id
- enable string
- Enable Log Forwarding [true/false]
- gateway
Remote stringAccess Session Forwarding Google Chronicle Id - 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]
- customer_
id str - Google chronicle customer id
- enable str
- Enable Log Forwarding [true/false]
- gateway_
remote_ straccess_ session_ forwarding_ google_ chronicle_ id - 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]
- customer
Id String - Google chronicle customer id
- enable String
- Enable Log Forwarding [true/false]
- gateway
Remote StringAccess Session Forwarding Google Chronicle Id - 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]
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
