signalfx.EventFeedChart
Explore with Pulumi AI
Displays a listing of events as a widget in a dashboard.
Example Usage
Coming soon!
Coming soon!
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.signalfx.EventFeedChart;
import com.pulumi.signalfx.EventFeedChartArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var mynote0 = new EventFeedChart("mynote0", EventFeedChartArgs.builder()
.description("Lorem ipsum dolor sit amet")
.programText("A = events(eventType='My Event Type').publish(label='A')")
.vizOptions(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
}
}
Coming soon!
Coming soon!
resources:
mynote0:
type: signalfx:EventFeedChart
properties:
description: Lorem ipsum dolor sit amet
programText: A = events(eventType='My Event Type').publish(label='A')
vizOptions:
- color: orange
label: A
Create EventFeedChart Resource
new EventFeedChart(name: string, args: EventFeedChartArgs, opts?: CustomResourceOptions);
@overload
def EventFeedChart(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
end_time: Optional[int] = None,
name: Optional[str] = None,
program_text: Optional[str] = None,
start_time: Optional[int] = None,
time_range: Optional[int] = None)
@overload
def EventFeedChart(resource_name: str,
args: EventFeedChartArgs,
opts: Optional[ResourceOptions] = None)
func NewEventFeedChart(ctx *Context, name string, args EventFeedChartArgs, opts ...ResourceOption) (*EventFeedChart, error)
public EventFeedChart(string name, EventFeedChartArgs args, CustomResourceOptions? opts = null)
public EventFeedChart(String name, EventFeedChartArgs args)
public EventFeedChart(String name, EventFeedChartArgs args, CustomResourceOptions options)
type: signalfx:EventFeedChart
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EventFeedChartArgs
- 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 EventFeedChartArgs
- 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 EventFeedChartArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EventFeedChartArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EventFeedChartArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
EventFeedChart Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The EventFeedChart resource accepts the following input properties:
- Program
Text string Signalflow program text for the chart. More infoin the SignalFx docs.
- Description string
Description of the text note.
- End
Time int Seconds since epoch. Used for visualization. Conflicts with
time_range
.- Name string
Name of the text note.
- Start
Time int Seconds since epoch. Used for visualization. Conflicts with
time_range
.- Time
Range int From when to display data. SignalFx time syntax (e.g.
"-5m"
,"-1h"
). Conflicts withstart_time
andend_time
.
- Program
Text string Signalflow program text for the chart. More infoin the SignalFx docs.
- Description string
Description of the text note.
- End
Time int Seconds since epoch. Used for visualization. Conflicts with
time_range
.- Name string
Name of the text note.
- Start
Time int Seconds since epoch. Used for visualization. Conflicts with
time_range
.- Time
Range int From when to display data. SignalFx time syntax (e.g.
"-5m"
,"-1h"
). Conflicts withstart_time
andend_time
.
- program
Text String Signalflow program text for the chart. More infoin the SignalFx docs.
- description String
Description of the text note.
- end
Time Integer Seconds since epoch. Used for visualization. Conflicts with
time_range
.- name String
Name of the text note.
- start
Time Integer Seconds since epoch. Used for visualization. Conflicts with
time_range
.- time
Range Integer From when to display data. SignalFx time syntax (e.g.
"-5m"
,"-1h"
). Conflicts withstart_time
andend_time
.
- program
Text string Signalflow program text for the chart. More infoin the SignalFx docs.
- description string
Description of the text note.
- end
Time number Seconds since epoch. Used for visualization. Conflicts with
time_range
.- name string
Name of the text note.
- start
Time number Seconds since epoch. Used for visualization. Conflicts with
time_range
.- time
Range number From when to display data. SignalFx time syntax (e.g.
"-5m"
,"-1h"
). Conflicts withstart_time
andend_time
.
- program_
text str Signalflow program text for the chart. More infoin the SignalFx docs.
- description str
Description of the text note.
- end_
time int Seconds since epoch. Used for visualization. Conflicts with
time_range
.- name str
Name of the text note.
- start_
time int Seconds since epoch. Used for visualization. Conflicts with
time_range
.- time_
range int From when to display data. SignalFx time syntax (e.g.
"-5m"
,"-1h"
). Conflicts withstart_time
andend_time
.
- program
Text String Signalflow program text for the chart. More infoin the SignalFx docs.
- description String
Description of the text note.
- end
Time Number Seconds since epoch. Used for visualization. Conflicts with
time_range
.- name String
Name of the text note.
- start
Time Number Seconds since epoch. Used for visualization. Conflicts with
time_range
.- time
Range Number From when to display data. SignalFx time syntax (e.g.
"-5m"
,"-1h"
). Conflicts withstart_time
andend_time
.
Outputs
All input properties are implicitly available as output properties. Additionally, the EventFeedChart resource produces the following output properties:
Look up Existing EventFeedChart Resource
Get an existing EventFeedChart 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?: EventFeedChartState, opts?: CustomResourceOptions): EventFeedChart
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
end_time: Optional[int] = None,
name: Optional[str] = None,
program_text: Optional[str] = None,
start_time: Optional[int] = None,
time_range: Optional[int] = None,
url: Optional[str] = None) -> EventFeedChart
func GetEventFeedChart(ctx *Context, name string, id IDInput, state *EventFeedChartState, opts ...ResourceOption) (*EventFeedChart, error)
public static EventFeedChart Get(string name, Input<string> id, EventFeedChartState? state, CustomResourceOptions? opts = null)
public static EventFeedChart get(String name, Output<String> id, EventFeedChartState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Description string
Description of the text note.
- End
Time int Seconds since epoch. Used for visualization. Conflicts with
time_range
.- Name string
Name of the text note.
- Program
Text string Signalflow program text for the chart. More infoin the SignalFx docs.
- Start
Time int Seconds since epoch. Used for visualization. Conflicts with
time_range
.- Time
Range int From when to display data. SignalFx time syntax (e.g.
"-5m"
,"-1h"
). Conflicts withstart_time
andend_time
.- Url string
The URL of the chart.
- Description string
Description of the text note.
- End
Time int Seconds since epoch. Used for visualization. Conflicts with
time_range
.- Name string
Name of the text note.
- Program
Text string Signalflow program text for the chart. More infoin the SignalFx docs.
- Start
Time int Seconds since epoch. Used for visualization. Conflicts with
time_range
.- Time
Range int From when to display data. SignalFx time syntax (e.g.
"-5m"
,"-1h"
). Conflicts withstart_time
andend_time
.- Url string
The URL of the chart.
- description String
Description of the text note.
- end
Time Integer Seconds since epoch. Used for visualization. Conflicts with
time_range
.- name String
Name of the text note.
- program
Text String Signalflow program text for the chart. More infoin the SignalFx docs.
- start
Time Integer Seconds since epoch. Used for visualization. Conflicts with
time_range
.- time
Range Integer From when to display data. SignalFx time syntax (e.g.
"-5m"
,"-1h"
). Conflicts withstart_time
andend_time
.- url String
The URL of the chart.
- description string
Description of the text note.
- end
Time number Seconds since epoch. Used for visualization. Conflicts with
time_range
.- name string
Name of the text note.
- program
Text string Signalflow program text for the chart. More infoin the SignalFx docs.
- start
Time number Seconds since epoch. Used for visualization. Conflicts with
time_range
.- time
Range number From when to display data. SignalFx time syntax (e.g.
"-5m"
,"-1h"
). Conflicts withstart_time
andend_time
.- url string
The URL of the chart.
- description str
Description of the text note.
- end_
time int Seconds since epoch. Used for visualization. Conflicts with
time_range
.- name str
Name of the text note.
- program_
text str Signalflow program text for the chart. More infoin the SignalFx docs.
- start_
time int Seconds since epoch. Used for visualization. Conflicts with
time_range
.- time_
range int From when to display data. SignalFx time syntax (e.g.
"-5m"
,"-1h"
). Conflicts withstart_time
andend_time
.- url str
The URL of the chart.
- description String
Description of the text note.
- end
Time Number Seconds since epoch. Used for visualization. Conflicts with
time_range
.- name String
Name of the text note.
- program
Text String Signalflow program text for the chart. More infoin the SignalFx docs.
- start
Time Number Seconds since epoch. Used for visualization. Conflicts with
time_range
.- time
Range Number From when to display data. SignalFx time syntax (e.g.
"-5m"
,"-1h"
). Conflicts withstart_time
andend_time
.- url String
The URL of the chart.
Package Details
- Repository
- SignalFx pulumi/pulumi-signalfx
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
signalfx
Terraform Provider.