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

akeyless.GatewayLogForwardingSumologic

Explore with Pulumi AI

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

    Log Forwarding config for sumologic

    Create GatewayLogForwardingSumologic Resource

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

    Constructor syntax

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

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

    Enable string
    Enable Log Forwarding [true/false]
    Endpoint string
    Sumologic endpoint URL
    GatewayLogForwardingSumologicId 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
    GatewayLogForwardingSumologicId 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
    gatewayLogForwardingSumologicId 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
    gatewayLogForwardingSumologicId 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_log_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
    gatewayLogForwardingSumologicId 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 GatewayLogForwardingSumologic 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 GatewayLogForwardingSumologic Resource

    Get an existing GatewayLogForwardingSumologic 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?: GatewayLogForwardingSumologicState, opts?: CustomResourceOptions): GatewayLogForwardingSumologic
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            enable: Optional[str] = None,
            endpoint: Optional[str] = None,
            gateway_log_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) -> GatewayLogForwardingSumologic
    func GetGatewayLogForwardingSumologic(ctx *Context, name string, id IDInput, state *GatewayLogForwardingSumologicState, opts ...ResourceOption) (*GatewayLogForwardingSumologic, error)
    public static GatewayLogForwardingSumologic Get(string name, Input<string> id, GatewayLogForwardingSumologicState? state, CustomResourceOptions? opts = null)
    public static GatewayLogForwardingSumologic get(String name, Output<String> id, GatewayLogForwardingSumologicState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:GatewayLogForwardingSumologic    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
    GatewayLogForwardingSumologicId 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
    GatewayLogForwardingSumologicId 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
    gatewayLogForwardingSumologicId 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
    gatewayLogForwardingSumologicId 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_log_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
    gatewayLogForwardingSumologicId 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.
    akeyless logo
    akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community