vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
vantage.getAnomalyNotifications
Explore with Pulumi AI
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:
- Anomaly
Notifications List<GetAnomaly Notifications Anomaly Notification> - Id string
- The provider-assigned unique ID for this managed resource.
- Anomaly
Notifications []GetAnomaly Notifications Anomaly Notification - Id string
- The provider-assigned unique ID for this managed resource.
- anomaly
Notifications List<GetAnomaly Notifications Anomaly Notification> - id String
- The provider-assigned unique ID for this managed resource.
- anomaly
Notifications GetAnomaly Notifications Anomaly Notification[] - id string
- The provider-assigned unique ID for this managed resource.
- anomaly_
notifications Sequence[GetAnomaly Notifications Anomaly Notification] - id str
- The provider-assigned unique ID for this managed resource.
- anomaly
Notifications List<Property Map> - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetAnomalyNotificationsAnomalyNotification
- Cost
Report stringToken - The token for the CostReport the AnomalyNotification is associated with.
- Created
At string - The date and time, in UTC, the AnomalyNotification was created. ISO 8601 Formatted.
- Recipient
Channels 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
- Updated
At string - The date and time, in UTC, the AnomalyNotification was last updated at. ISO 8601 Formatted.
- User
Tokens List<string> - The tokens of the users that receive the notification.
- Cost
Report stringToken - The token for the CostReport the AnomalyNotification is associated with.
- Created
At string - The date and time, in UTC, the AnomalyNotification was created. ISO 8601 Formatted.
- Recipient
Channels []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
- Updated
At string - The date and time, in UTC, the AnomalyNotification was last updated at. ISO 8601 Formatted.
- User
Tokens []string - The tokens of the users that receive the notification.
- cost
Report StringToken - The token for the CostReport the AnomalyNotification is associated with.
- created
At String - The date and time, in UTC, the AnomalyNotification was created. ISO 8601 Formatted.
- recipient
Channels 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
- updated
At String - The date and time, in UTC, the AnomalyNotification was last updated at. ISO 8601 Formatted.
- user
Tokens List<String> - The tokens of the users that receive the notification.
- cost
Report stringToken - The token for the CostReport the AnomalyNotification is associated with.
- created
At string - The date and time, in UTC, the AnomalyNotification was created. ISO 8601 Formatted.
- recipient
Channels 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
- updated
At string - The date and time, in UTC, the AnomalyNotification was last updated at. ISO 8601 Formatted.
- user
Tokens string[] - The tokens of the users that receive the notification.
- cost_
report_ strtoken - 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.
- cost
Report StringToken - The token for the CostReport the AnomalyNotification is associated with.
- created
At String - The date and time, in UTC, the AnomalyNotification was created. ISO 8601 Formatted.
- recipient
Channels 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
- updated
At String - The date and time, in UTC, the AnomalyNotification was last updated at. ISO 8601 Formatted.
- user
Tokens 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 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh