1. Packages
  2. Akeyless Provider
  3. API Docs
  4. GatewayLogForwardingGoogleChronicle
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

akeyless.GatewayLogForwardingGoogleChronicle

Explore with Pulumi AI

akeyless logo
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

    Log Forwarding config for google-chronicle

    Create GatewayLogForwardingGoogleChronicle Resource

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

    Constructor syntax

    new GatewayLogForwardingGoogleChronicle(name: string, args?: GatewayLogForwardingGoogleChronicleArgs, opts?: CustomResourceOptions);
    @overload
    def GatewayLogForwardingGoogleChronicle(resource_name: str,
                                            args: Optional[GatewayLogForwardingGoogleChronicleArgs] = None,
                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def GatewayLogForwardingGoogleChronicle(resource_name: str,
                                            opts: Optional[ResourceOptions] = None,
                                            customer_id: Optional[str] = None,
                                            enable: Optional[str] = None,
                                            gateway_log_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 NewGatewayLogForwardingGoogleChronicle(ctx *Context, name string, args *GatewayLogForwardingGoogleChronicleArgs, opts ...ResourceOption) (*GatewayLogForwardingGoogleChronicle, error)
    public GatewayLogForwardingGoogleChronicle(string name, GatewayLogForwardingGoogleChronicleArgs? args = null, CustomResourceOptions? opts = null)
    public GatewayLogForwardingGoogleChronicle(String name, GatewayLogForwardingGoogleChronicleArgs args)
    public GatewayLogForwardingGoogleChronicle(String name, GatewayLogForwardingGoogleChronicleArgs args, CustomResourceOptions options)
    
    type: akeyless:GatewayLogForwardingGoogleChronicle
    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 GatewayLogForwardingGoogleChronicleArgs
    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 GatewayLogForwardingGoogleChronicleArgs
    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 GatewayLogForwardingGoogleChronicleArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GatewayLogForwardingGoogleChronicleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GatewayLogForwardingGoogleChronicleArgs
    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 gatewayLogForwardingGoogleChronicleResource = new Akeyless.GatewayLogForwardingGoogleChronicle("gatewayLogForwardingGoogleChronicleResource", new()
    {
        CustomerId = "string",
        Enable = "string",
        GatewayLogForwardingGoogleChronicleId = "string",
        GcpKey = "string",
        LogType = "string",
        OutputFormat = "string",
        PullInterval = "string",
        Region = "string",
    });
    
    example, err := akeyless.NewGatewayLogForwardingGoogleChronicle(ctx, "gatewayLogForwardingGoogleChronicleResource", &akeyless.GatewayLogForwardingGoogleChronicleArgs{
    	CustomerId:                            pulumi.String("string"),
    	Enable:                                pulumi.String("string"),
    	GatewayLogForwardingGoogleChronicleId: pulumi.String("string"),
    	GcpKey:                                pulumi.String("string"),
    	LogType:                               pulumi.String("string"),
    	OutputFormat:                          pulumi.String("string"),
    	PullInterval:                          pulumi.String("string"),
    	Region:                                pulumi.String("string"),
    })
    
    var gatewayLogForwardingGoogleChronicleResource = new GatewayLogForwardingGoogleChronicle("gatewayLogForwardingGoogleChronicleResource", GatewayLogForwardingGoogleChronicleArgs.builder()
        .customerId("string")
        .enable("string")
        .gatewayLogForwardingGoogleChronicleId("string")
        .gcpKey("string")
        .logType("string")
        .outputFormat("string")
        .pullInterval("string")
        .region("string")
        .build());
    
    gateway_log_forwarding_google_chronicle_resource = akeyless.GatewayLogForwardingGoogleChronicle("gatewayLogForwardingGoogleChronicleResource",
        customer_id="string",
        enable="string",
        gateway_log_forwarding_google_chronicle_id="string",
        gcp_key="string",
        log_type="string",
        output_format="string",
        pull_interval="string",
        region="string")
    
    const gatewayLogForwardingGoogleChronicleResource = new akeyless.GatewayLogForwardingGoogleChronicle("gatewayLogForwardingGoogleChronicleResource", {
        customerId: "string",
        enable: "string",
        gatewayLogForwardingGoogleChronicleId: "string",
        gcpKey: "string",
        logType: "string",
        outputFormat: "string",
        pullInterval: "string",
        region: "string",
    });
    
    type: akeyless:GatewayLogForwardingGoogleChronicle
    properties:
        customerId: string
        enable: string
        gatewayLogForwardingGoogleChronicleId: string
        gcpKey: string
        logType: string
        outputFormat: string
        pullInterval: string
        region: string
    

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

    CustomerId string
    Google chronicle customer id
    Enable string
    Enable Log Forwarding [true/false]
    GatewayLogForwardingGoogleChronicleId 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]
    GatewayLogForwardingGoogleChronicleId 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]
    gatewayLogForwardingGoogleChronicleId 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]
    gatewayLogForwardingGoogleChronicleId 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_log_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]
    gatewayLogForwardingGoogleChronicleId 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 GatewayLogForwardingGoogleChronicle 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 GatewayLogForwardingGoogleChronicle Resource

    Get an existing GatewayLogForwardingGoogleChronicle 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?: GatewayLogForwardingGoogleChronicleState, opts?: CustomResourceOptions): GatewayLogForwardingGoogleChronicle
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            customer_id: Optional[str] = None,
            enable: Optional[str] = None,
            gateway_log_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) -> GatewayLogForwardingGoogleChronicle
    func GetGatewayLogForwardingGoogleChronicle(ctx *Context, name string, id IDInput, state *GatewayLogForwardingGoogleChronicleState, opts ...ResourceOption) (*GatewayLogForwardingGoogleChronicle, error)
    public static GatewayLogForwardingGoogleChronicle Get(string name, Input<string> id, GatewayLogForwardingGoogleChronicleState? state, CustomResourceOptions? opts = null)
    public static GatewayLogForwardingGoogleChronicle get(String name, Output<String> id, GatewayLogForwardingGoogleChronicleState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:GatewayLogForwardingGoogleChronicle    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:
    CustomerId string
    Google chronicle customer id
    Enable string
    Enable Log Forwarding [true/false]
    GatewayLogForwardingGoogleChronicleId 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]
    GatewayLogForwardingGoogleChronicleId 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]
    gatewayLogForwardingGoogleChronicleId 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]
    gatewayLogForwardingGoogleChronicleId 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_log_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]
    gatewayLogForwardingGoogleChronicleId 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.
    akeyless logo
    akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community