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

vantage.getAnomalyNotifications

Explore with Pulumi AI

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

    Using getAnomalyNotifications

    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 getAnomalyNotifications(opts?: InvokeOptions): Promise<GetAnomalyNotificationsResult>
    function getAnomalyNotificationsOutput(opts?: InvokeOptions): Output<GetAnomalyNotificationsResult>
    def get_anomaly_notifications(opts: Optional[InvokeOptions] = None) -> GetAnomalyNotificationsResult
    def get_anomaly_notifications_output(opts: Optional[InvokeOptions] = None) -> Output[GetAnomalyNotificationsResult]
    func GetAnomalyNotifications(ctx *Context, opts ...InvokeOption) (*GetAnomalyNotificationsResult, error)
    func GetAnomalyNotificationsOutput(ctx *Context, opts ...InvokeOption) GetAnomalyNotificationsResultOutput

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

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

    getAnomalyNotifications Result

    The following output properties are available:

    AnomalyNotifications List<GetAnomalyNotificationsAnomalyNotification>
    Id string
    The provider-assigned unique ID for this managed resource.
    AnomalyNotifications []GetAnomalyNotificationsAnomalyNotification
    Id string
    The provider-assigned unique ID for this managed resource.
    anomalyNotifications List<GetAnomalyNotificationsAnomalyNotification>
    id String
    The provider-assigned unique ID for this managed resource.
    anomalyNotifications GetAnomalyNotificationsAnomalyNotification[]
    id string
    The provider-assigned unique ID for this managed resource.
    anomaly_notifications Sequence[GetAnomalyNotificationsAnomalyNotification]
    id str
    The provider-assigned unique ID for this managed resource.
    anomalyNotifications List<Property Map>
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    GetAnomalyNotificationsAnomalyNotification

    CostReportToken string
    The token for the CostReport the AnomalyNotification is associated with.
    CreatedAt string
    The date and time, in UTC, the AnomalyNotification was created. ISO 8601 Formatted.
    RecipientChannels List<string>
    The channels that the notification is sent to.
    Threshold double
    The threshold amount that must be met for the notification to fire.
    Token string
    UpdatedAt string
    The date and time, in UTC, the AnomalyNotification was last updated at. ISO 8601 Formatted.
    UserTokens List<string>
    The tokens of the users that receive the notification.
    CostReportToken string
    The token for the CostReport the AnomalyNotification is associated with.
    CreatedAt string
    The date and time, in UTC, the AnomalyNotification was created. ISO 8601 Formatted.
    RecipientChannels []string
    The channels that the notification is sent to.
    Threshold float64
    The threshold amount that must be met for the notification to fire.
    Token string
    UpdatedAt string
    The date and time, in UTC, the AnomalyNotification was last updated at. ISO 8601 Formatted.
    UserTokens []string
    The tokens of the users that receive the notification.
    costReportToken String
    The token for the CostReport the AnomalyNotification is associated with.
    createdAt String
    The date and time, in UTC, the AnomalyNotification was created. ISO 8601 Formatted.
    recipientChannels List<String>
    The channels that the notification is sent to.
    threshold Double
    The threshold amount that must be met for the notification to fire.
    token String
    updatedAt String
    The date and time, in UTC, the AnomalyNotification was last updated at. ISO 8601 Formatted.
    userTokens List<String>
    The tokens of the users that receive the notification.
    costReportToken string
    The token for the CostReport the AnomalyNotification is associated with.
    createdAt string
    The date and time, in UTC, the AnomalyNotification was created. ISO 8601 Formatted.
    recipientChannels string[]
    The channels that the notification is sent to.
    threshold number
    The threshold amount that must be met for the notification to fire.
    token string
    updatedAt string
    The date and time, in UTC, the AnomalyNotification was last updated at. ISO 8601 Formatted.
    userTokens string[]
    The tokens of the users that receive the notification.
    cost_report_token str
    The token for the CostReport the AnomalyNotification is associated with.
    created_at str
    The date and time, in UTC, the AnomalyNotification was created. ISO 8601 Formatted.
    recipient_channels Sequence[str]
    The channels that the notification is sent to.
    threshold float
    The threshold amount that must be met for the notification to fire.
    token str
    updated_at str
    The date and time, in UTC, the AnomalyNotification was last updated at. ISO 8601 Formatted.
    user_tokens Sequence[str]
    The tokens of the users that receive the notification.
    costReportToken String
    The token for the CostReport the AnomalyNotification is associated with.
    createdAt String
    The date and time, in UTC, the AnomalyNotification was created. ISO 8601 Formatted.
    recipientChannels List<String>
    The channels that the notification is sent to.
    threshold Number
    The threshold amount that must be met for the notification to fire.
    token String
    updatedAt String
    The date and time, in UTC, the AnomalyNotification was last updated at. ISO 8601 Formatted.
    userTokens List<String>
    The tokens of 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