Sentry v0.0.9 published on Friday, Nov 15, 2024 by Pulumiverse
sentry.getSentryDashboard
Start a Neo task
Explain and create a sentry.getSentryDashboard resource
Example Usage
Using getSentryDashboard
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSentryDashboard(args: GetSentryDashboardArgs, opts?: InvokeOptions): Promise<GetSentryDashboardResult>
function getSentryDashboardOutput(args: GetSentryDashboardOutputArgs, opts?: InvokeOptions): Output<GetSentryDashboardResult>def get_sentry_dashboard(internal_id: Optional[str] = None,
organization: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSentryDashboardResult
def get_sentry_dashboard_output(internal_id: Optional[pulumi.Input[str]] = None,
organization: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSentryDashboardResult]func LookupSentryDashboard(ctx *Context, args *LookupSentryDashboardArgs, opts ...InvokeOption) (*LookupSentryDashboardResult, error)
func LookupSentryDashboardOutput(ctx *Context, args *LookupSentryDashboardOutputArgs, opts ...InvokeOption) LookupSentryDashboardResultOutput> Note: This function is named LookupSentryDashboard in the Go SDK.
public static class GetSentryDashboard
{
public static Task<GetSentryDashboardResult> InvokeAsync(GetSentryDashboardArgs args, InvokeOptions? opts = null)
public static Output<GetSentryDashboardResult> Invoke(GetSentryDashboardInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSentryDashboardResult> getSentryDashboard(GetSentryDashboardArgs args, InvokeOptions options)
public static Output<GetSentryDashboardResult> getSentryDashboard(GetSentryDashboardArgs args, InvokeOptions options)
fn::invoke:
function: sentry:index/getSentryDashboard:getSentryDashboard
arguments:
# arguments dictionaryThe following arguments are supported:
- Internal
Id string - The internal ID for this dashboard.
- Organization string
- The slug of the organization the dashboard belongs to.
- Internal
Id string - The internal ID for this dashboard.
- Organization string
- The slug of the organization the dashboard belongs to.
- internal
Id String - The internal ID for this dashboard.
- organization String
- The slug of the organization the dashboard belongs to.
- internal
Id string - The internal ID for this dashboard.
- organization string
- The slug of the organization the dashboard belongs to.
- internal_
id str - The internal ID for this dashboard.
- organization str
- The slug of the organization the dashboard belongs to.
- internal
Id String - The internal ID for this dashboard.
- organization String
- The slug of the organization the dashboard belongs to.
getSentryDashboard Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Internal
Id string - The internal ID for this dashboard.
- Organization string
- The slug of the organization the dashboard belongs to.
- Title string
- Dashboard title.
- Widgets
List<Pulumiverse.
Sentry. Outputs. Get Sentry Dashboard Widget> - Dashboard widgets.
- Id string
- The provider-assigned unique ID for this managed resource.
- Internal
Id string - The internal ID for this dashboard.
- Organization string
- The slug of the organization the dashboard belongs to.
- Title string
- Dashboard title.
- Widgets
[]Get
Sentry Dashboard Widget - Dashboard widgets.
- id String
- The provider-assigned unique ID for this managed resource.
- internal
Id String - The internal ID for this dashboard.
- organization String
- The slug of the organization the dashboard belongs to.
- title String
- Dashboard title.
- widgets
List<Get
Sentry Dashboard Widget> - Dashboard widgets.
- id string
- The provider-assigned unique ID for this managed resource.
- internal
Id string - The internal ID for this dashboard.
- organization string
- The slug of the organization the dashboard belongs to.
- title string
- Dashboard title.
- widgets
Get
Sentry Dashboard Widget[] - Dashboard widgets.
- id str
- The provider-assigned unique ID for this managed resource.
- internal_
id str - The internal ID for this dashboard.
- organization str
- The slug of the organization the dashboard belongs to.
- title str
- Dashboard title.
- widgets
Sequence[Get
Sentry Dashboard Widget] - Dashboard widgets.
- id String
- The provider-assigned unique ID for this managed resource.
- internal
Id String - The internal ID for this dashboard.
- organization String
- The slug of the organization the dashboard belongs to.
- title String
- Dashboard title.
- widgets List<Property Map>
- Dashboard widgets.
Supporting Types
GetSentryDashboardWidget
- Display
Type string - Id string
- Interval string
- Layouts
[]Get
Sentry Dashboard Widget Layout - Limit int
- Queries
[]Get
Sentry Dashboard Widget Query - Title string
- Widget
Type string
- display
Type String - id String
- interval String
- layouts
List<Get
Sentry Dashboard Widget Layout> - limit Integer
- queries
List<Get
Sentry Dashboard Widget Query> - title String
- widget
Type String
- display
Type string - id string
- interval string
- layouts
Get
Sentry Dashboard Widget Layout[] - limit number
- queries
Get
Sentry Dashboard Widget Query[] - title string
- widget
Type string
- display
Type String - id String
- interval String
- layouts List<Property Map>
- limit Number
- queries List<Property Map>
- title String
- widget
Type String
GetSentryDashboardWidgetLayout
GetSentryDashboardWidgetQuery
- Aggregates List<string>
- Columns List<string>
- Conditions string
- Field
Aliases List<string> - Fields List<string>
- Id string
- Name string
- Order
By string
- Aggregates []string
- Columns []string
- Conditions string
- Field
Aliases []string - Fields []string
- Id string
- Name string
- Order
By string
- aggregates List<String>
- columns List<String>
- conditions String
- field
Aliases List<String> - fields List<String>
- id String
- name String
- order
By String
- aggregates string[]
- columns string[]
- conditions string
- field
Aliases string[] - fields string[]
- id string
- name string
- order
By string
- aggregates Sequence[str]
- columns Sequence[str]
- conditions str
- field_
aliases Sequence[str] - fields Sequence[str]
- id str
- name str
- order_
by str
- aggregates List<String>
- columns List<String>
- conditions String
- field
Aliases List<String> - fields List<String>
- id String
- name String
- order
By String
Package Details
- Repository
- sentry pulumiverse/pulumi-sentry
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
sentryTerraform Provider.
