1. Packages
  2. Vantage Provider
  3. API Docs
  4. getReportNotifications
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh

vantage.getReportNotifications

Explore with Pulumi AI

vantage logo
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh

    Using getReportNotifications

    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 getReportNotifications(opts?: InvokeOptions): Promise<GetReportNotificationsResult>
    function getReportNotificationsOutput(opts?: InvokeOptions): Output<GetReportNotificationsResult>
    def get_report_notifications(opts: Optional[InvokeOptions] = None) -> GetReportNotificationsResult
    def get_report_notifications_output(opts: Optional[InvokeOptions] = None) -> Output[GetReportNotificationsResult]
    func GetReportNotifications(ctx *Context, opts ...InvokeOption) (*GetReportNotificationsResult, error)
    func GetReportNotificationsOutput(ctx *Context, opts ...InvokeOption) GetReportNotificationsResultOutput

    > Note: This function is named GetReportNotifications in the Go SDK.

    public static class GetReportNotifications 
    {
        public static Task<GetReportNotificationsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetReportNotificationsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetReportNotificationsResult> getReportNotifications(InvokeOptions options)
    public static Output<GetReportNotificationsResult> getReportNotifications(InvokeOptions options)
    
    fn::invoke:
      function: vantage:index/getReportNotifications:getReportNotifications
      arguments:
        # arguments dictionary

    getReportNotifications Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    ReportNotifications List<GetReportNotificationsReportNotification>
    Id string
    The provider-assigned unique ID for this managed resource.
    ReportNotifications []GetReportNotificationsReportNotification
    id String
    The provider-assigned unique ID for this managed resource.
    reportNotifications List<GetReportNotificationsReportNotification>
    id string
    The provider-assigned unique ID for this managed resource.
    reportNotifications GetReportNotificationsReportNotification[]
    id str
    The provider-assigned unique ID for this managed resource.
    report_notifications Sequence[GetReportNotificationsReportNotification]
    id String
    The provider-assigned unique ID for this managed resource.
    reportNotifications List<Property Map>

    Supporting Types

    GetReportNotificationsReportNotification

    Change string
    The type of change the ReportNotification is tracking.
    CostReportToken string
    The token for a CostReport the ReportNotification is applied to.
    Frequency string
    The frequency the ReportNotification is sent.
    RecipientChannels List<string>
    The Slack or Microsoft Teams channels that receive the notification.
    Title string
    The title of the ReportNotification.
    Token string
    UserTokens List<string>
    The Users that receive the notification.
    Change string
    The type of change the ReportNotification is tracking.
    CostReportToken string
    The token for a CostReport the ReportNotification is applied to.
    Frequency string
    The frequency the ReportNotification is sent.
    RecipientChannels []string
    The Slack or Microsoft Teams channels that receive the notification.
    Title string
    The title of the ReportNotification.
    Token string
    UserTokens []string
    The Users that receive the notification.
    change String
    The type of change the ReportNotification is tracking.
    costReportToken String
    The token for a CostReport the ReportNotification is applied to.
    frequency String
    The frequency the ReportNotification is sent.
    recipientChannels List<String>
    The Slack or Microsoft Teams channels that receive the notification.
    title String
    The title of the ReportNotification.
    token String
    userTokens List<String>
    The Users that receive the notification.
    change string
    The type of change the ReportNotification is tracking.
    costReportToken string
    The token for a CostReport the ReportNotification is applied to.
    frequency string
    The frequency the ReportNotification is sent.
    recipientChannels string[]
    The Slack or Microsoft Teams channels that receive the notification.
    title string
    The title of the ReportNotification.
    token string
    userTokens string[]
    The Users that receive the notification.
    change str
    The type of change the ReportNotification is tracking.
    cost_report_token str
    The token for a CostReport the ReportNotification is applied to.
    frequency str
    The frequency the ReportNotification is sent.
    recipient_channels Sequence[str]
    The Slack or Microsoft Teams channels that receive the notification.
    title str
    The title of the ReportNotification.
    token str
    user_tokens Sequence[str]
    The Users that receive the notification.
    change String
    The type of change the ReportNotification is tracking.
    costReportToken String
    The token for a CostReport the ReportNotification is applied to.
    frequency String
    The frequency the ReportNotification is sent.
    recipientChannels List<String>
    The Slack or Microsoft Teams channels that receive the notification.
    title String
    The title of the ReportNotification.
    token String
    userTokens List<String>
    The Users that receive the notification.

    Package Details

    Repository
    vantage vantage-sh/terraform-provider-vantage
    License
    Notes
    This Pulumi package is based on the vantage Terraform Provider.
    vantage logo
    vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh