vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh
vantage.getReportNotifications
Explore with Pulumi AI
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.
- Report
Notifications List<GetReport Notifications Report Notification>
- Id string
- The provider-assigned unique ID for this managed resource.
- Report
Notifications []GetReport Notifications Report Notification
- id String
- The provider-assigned unique ID for this managed resource.
- report
Notifications List<GetReport Notifications Report Notification>
- id string
- The provider-assigned unique ID for this managed resource.
- report
Notifications GetReport Notifications Report Notification[]
- id str
- The provider-assigned unique ID for this managed resource.
- report_
notifications Sequence[GetReport Notifications Report Notification]
- id String
- The provider-assigned unique ID for this managed resource.
- report
Notifications List<Property Map>
Supporting Types
GetReportNotificationsReportNotification
- Change string
- The type of change the ReportNotification is tracking.
- Cost
Report stringToken - The token for a CostReport the ReportNotification is applied to.
- Frequency string
- The frequency the ReportNotification is sent.
- Recipient
Channels List<string> - The Slack or Microsoft Teams channels that receive the notification.
- Title string
- The title of the ReportNotification.
- Token string
- User
Tokens List<string> - The Users that receive the notification.
- Change string
- The type of change the ReportNotification is tracking.
- Cost
Report stringToken - The token for a CostReport the ReportNotification is applied to.
- Frequency string
- The frequency the ReportNotification is sent.
- Recipient
Channels []string - The Slack or Microsoft Teams channels that receive the notification.
- Title string
- The title of the ReportNotification.
- Token string
- User
Tokens []string - The Users that receive the notification.
- change String
- The type of change the ReportNotification is tracking.
- cost
Report StringToken - The token for a CostReport the ReportNotification is applied to.
- frequency String
- The frequency the ReportNotification is sent.
- recipient
Channels List<String> - The Slack or Microsoft Teams channels that receive the notification.
- title String
- The title of the ReportNotification.
- token String
- user
Tokens List<String> - The Users that receive the notification.
- change string
- The type of change the ReportNotification is tracking.
- cost
Report stringToken - The token for a CostReport the ReportNotification is applied to.
- frequency string
- The frequency the ReportNotification is sent.
- recipient
Channels string[] - The Slack or Microsoft Teams channels that receive the notification.
- title string
- The title of the ReportNotification.
- token string
- user
Tokens string[] - The Users that receive the notification.
- change str
- The type of change the ReportNotification is tracking.
- cost_
report_ strtoken - 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.
- cost
Report StringToken - The token for a CostReport the ReportNotification is applied to.
- frequency String
- The frequency the ReportNotification is sent.
- recipient
Channels List<String> - The Slack or Microsoft Teams channels that receive the notification.
- title String
- The title of the ReportNotification.
- token String
- user
Tokens 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 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh