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

akeyless.GatewayLogForwardingLogstash

Explore with Pulumi AI

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

    Log Forwarding config for logstash

    Create GatewayLogForwardingLogstash Resource

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

    Constructor syntax

    new GatewayLogForwardingLogstash(name: string, args?: GatewayLogForwardingLogstashArgs, opts?: CustomResourceOptions);
    @overload
    def GatewayLogForwardingLogstash(resource_name: str,
                                     args: Optional[GatewayLogForwardingLogstashArgs] = None,
                                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def GatewayLogForwardingLogstash(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     dns: Optional[str] = None,
                                     enable: Optional[str] = None,
                                     enable_tls: Optional[bool] = None,
                                     gateway_log_forwarding_logstash_id: Optional[str] = None,
                                     output_format: Optional[str] = None,
                                     protocol: Optional[str] = None,
                                     pull_interval: Optional[str] = None,
                                     tls_certificate: Optional[str] = None)
    func NewGatewayLogForwardingLogstash(ctx *Context, name string, args *GatewayLogForwardingLogstashArgs, opts ...ResourceOption) (*GatewayLogForwardingLogstash, error)
    public GatewayLogForwardingLogstash(string name, GatewayLogForwardingLogstashArgs? args = null, CustomResourceOptions? opts = null)
    public GatewayLogForwardingLogstash(String name, GatewayLogForwardingLogstashArgs args)
    public GatewayLogForwardingLogstash(String name, GatewayLogForwardingLogstashArgs args, CustomResourceOptions options)
    
    type: akeyless:GatewayLogForwardingLogstash
    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 GatewayLogForwardingLogstashArgs
    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 GatewayLogForwardingLogstashArgs
    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 GatewayLogForwardingLogstashArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GatewayLogForwardingLogstashArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GatewayLogForwardingLogstashArgs
    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 gatewayLogForwardingLogstashResource = new Akeyless.GatewayLogForwardingLogstash("gatewayLogForwardingLogstashResource", new()
    {
        Dns = "string",
        Enable = "string",
        EnableTls = false,
        GatewayLogForwardingLogstashId = "string",
        OutputFormat = "string",
        Protocol = "string",
        PullInterval = "string",
        TlsCertificate = "string",
    });
    
    example, err := akeyless.NewGatewayLogForwardingLogstash(ctx, "gatewayLogForwardingLogstashResource", &akeyless.GatewayLogForwardingLogstashArgs{
    	Dns:                            pulumi.String("string"),
    	Enable:                         pulumi.String("string"),
    	EnableTls:                      pulumi.Bool(false),
    	GatewayLogForwardingLogstashId: pulumi.String("string"),
    	OutputFormat:                   pulumi.String("string"),
    	Protocol:                       pulumi.String("string"),
    	PullInterval:                   pulumi.String("string"),
    	TlsCertificate:                 pulumi.String("string"),
    })
    
    var gatewayLogForwardingLogstashResource = new GatewayLogForwardingLogstash("gatewayLogForwardingLogstashResource", GatewayLogForwardingLogstashArgs.builder()
        .dns("string")
        .enable("string")
        .enableTls(false)
        .gatewayLogForwardingLogstashId("string")
        .outputFormat("string")
        .protocol("string")
        .pullInterval("string")
        .tlsCertificate("string")
        .build());
    
    gateway_log_forwarding_logstash_resource = akeyless.GatewayLogForwardingLogstash("gatewayLogForwardingLogstashResource",
        dns="string",
        enable="string",
        enable_tls=False,
        gateway_log_forwarding_logstash_id="string",
        output_format="string",
        protocol="string",
        pull_interval="string",
        tls_certificate="string")
    
    const gatewayLogForwardingLogstashResource = new akeyless.GatewayLogForwardingLogstash("gatewayLogForwardingLogstashResource", {
        dns: "string",
        enable: "string",
        enableTls: false,
        gatewayLogForwardingLogstashId: "string",
        outputFormat: "string",
        protocol: "string",
        pullInterval: "string",
        tlsCertificate: "string",
    });
    
    type: akeyless:GatewayLogForwardingLogstash
    properties:
        dns: string
        enable: string
        enableTls: false
        gatewayLogForwardingLogstashId: string
        outputFormat: string
        protocol: string
        pullInterval: string
        tlsCertificate: string
    

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

    Dns string
    Logstash dns
    Enable string
    Enable Log Forwarding [true/false]
    EnableTls bool
    Enable tls
    GatewayLogForwardingLogstashId string
    The ID of this resource.
    OutputFormat string
    Logs format [text/json]
    Protocol string
    Logstash protocol [tcp/udp]
    PullInterval string
    Pull interval in seconds
    TlsCertificate string
    Logstash tls certificate (PEM format) in a Base64 format
    Dns string
    Logstash dns
    Enable string
    Enable Log Forwarding [true/false]
    EnableTls bool
    Enable tls
    GatewayLogForwardingLogstashId string
    The ID of this resource.
    OutputFormat string
    Logs format [text/json]
    Protocol string
    Logstash protocol [tcp/udp]
    PullInterval string
    Pull interval in seconds
    TlsCertificate string
    Logstash tls certificate (PEM format) in a Base64 format
    dns String
    Logstash dns
    enable String
    Enable Log Forwarding [true/false]
    enableTls Boolean
    Enable tls
    gatewayLogForwardingLogstashId String
    The ID of this resource.
    outputFormat String
    Logs format [text/json]
    protocol String
    Logstash protocol [tcp/udp]
    pullInterval String
    Pull interval in seconds
    tlsCertificate String
    Logstash tls certificate (PEM format) in a Base64 format
    dns string
    Logstash dns
    enable string
    Enable Log Forwarding [true/false]
    enableTls boolean
    Enable tls
    gatewayLogForwardingLogstashId string
    The ID of this resource.
    outputFormat string
    Logs format [text/json]
    protocol string
    Logstash protocol [tcp/udp]
    pullInterval string
    Pull interval in seconds
    tlsCertificate string
    Logstash tls certificate (PEM format) in a Base64 format
    dns str
    Logstash dns
    enable str
    Enable Log Forwarding [true/false]
    enable_tls bool
    Enable tls
    gateway_log_forwarding_logstash_id str
    The ID of this resource.
    output_format str
    Logs format [text/json]
    protocol str
    Logstash protocol [tcp/udp]
    pull_interval str
    Pull interval in seconds
    tls_certificate str
    Logstash tls certificate (PEM format) in a Base64 format
    dns String
    Logstash dns
    enable String
    Enable Log Forwarding [true/false]
    enableTls Boolean
    Enable tls
    gatewayLogForwardingLogstashId String
    The ID of this resource.
    outputFormat String
    Logs format [text/json]
    protocol String
    Logstash protocol [tcp/udp]
    pullInterval String
    Pull interval in seconds
    tlsCertificate String
    Logstash tls certificate (PEM format) in a Base64 format

    Outputs

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

    Get an existing GatewayLogForwardingLogstash 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?: GatewayLogForwardingLogstashState, opts?: CustomResourceOptions): GatewayLogForwardingLogstash
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            dns: Optional[str] = None,
            enable: Optional[str] = None,
            enable_tls: Optional[bool] = None,
            gateway_log_forwarding_logstash_id: Optional[str] = None,
            output_format: Optional[str] = None,
            protocol: Optional[str] = None,
            pull_interval: Optional[str] = None,
            tls_certificate: Optional[str] = None) -> GatewayLogForwardingLogstash
    func GetGatewayLogForwardingLogstash(ctx *Context, name string, id IDInput, state *GatewayLogForwardingLogstashState, opts ...ResourceOption) (*GatewayLogForwardingLogstash, error)
    public static GatewayLogForwardingLogstash Get(string name, Input<string> id, GatewayLogForwardingLogstashState? state, CustomResourceOptions? opts = null)
    public static GatewayLogForwardingLogstash get(String name, Output<String> id, GatewayLogForwardingLogstashState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:GatewayLogForwardingLogstash    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:
    Dns string
    Logstash dns
    Enable string
    Enable Log Forwarding [true/false]
    EnableTls bool
    Enable tls
    GatewayLogForwardingLogstashId string
    The ID of this resource.
    OutputFormat string
    Logs format [text/json]
    Protocol string
    Logstash protocol [tcp/udp]
    PullInterval string
    Pull interval in seconds
    TlsCertificate string
    Logstash tls certificate (PEM format) in a Base64 format
    Dns string
    Logstash dns
    Enable string
    Enable Log Forwarding [true/false]
    EnableTls bool
    Enable tls
    GatewayLogForwardingLogstashId string
    The ID of this resource.
    OutputFormat string
    Logs format [text/json]
    Protocol string
    Logstash protocol [tcp/udp]
    PullInterval string
    Pull interval in seconds
    TlsCertificate string
    Logstash tls certificate (PEM format) in a Base64 format
    dns String
    Logstash dns
    enable String
    Enable Log Forwarding [true/false]
    enableTls Boolean
    Enable tls
    gatewayLogForwardingLogstashId String
    The ID of this resource.
    outputFormat String
    Logs format [text/json]
    protocol String
    Logstash protocol [tcp/udp]
    pullInterval String
    Pull interval in seconds
    tlsCertificate String
    Logstash tls certificate (PEM format) in a Base64 format
    dns string
    Logstash dns
    enable string
    Enable Log Forwarding [true/false]
    enableTls boolean
    Enable tls
    gatewayLogForwardingLogstashId string
    The ID of this resource.
    outputFormat string
    Logs format [text/json]
    protocol string
    Logstash protocol [tcp/udp]
    pullInterval string
    Pull interval in seconds
    tlsCertificate string
    Logstash tls certificate (PEM format) in a Base64 format
    dns str
    Logstash dns
    enable str
    Enable Log Forwarding [true/false]
    enable_tls bool
    Enable tls
    gateway_log_forwarding_logstash_id str
    The ID of this resource.
    output_format str
    Logs format [text/json]
    protocol str
    Logstash protocol [tcp/udp]
    pull_interval str
    Pull interval in seconds
    tls_certificate str
    Logstash tls certificate (PEM format) in a Base64 format
    dns String
    Logstash dns
    enable String
    Enable Log Forwarding [true/false]
    enableTls Boolean
    Enable tls
    gatewayLogForwardingLogstashId String
    The ID of this resource.
    outputFormat String
    Logs format [text/json]
    protocol String
    Logstash protocol [tcp/udp]
    pullInterval String
    Pull interval in seconds
    tlsCertificate String
    Logstash tls certificate (PEM format) in a Base64 format

    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