We recommend new projects start with resources from the AWS provider.
aws-native.ce.getAnomalyMonitor
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cost Anomaly Detection leverages advanced Machine Learning technologies to identify anomalous spend and root causes, so you can quickly take action. You can use Cost Anomaly Detection by creating monitor.
Using getAnomalyMonitor
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 getAnomalyMonitor(args: GetAnomalyMonitorArgs, opts?: InvokeOptions): Promise<GetAnomalyMonitorResult>
function getAnomalyMonitorOutput(args: GetAnomalyMonitorOutputArgs, opts?: InvokeOptions): Output<GetAnomalyMonitorResult>
def get_anomaly_monitor(monitor_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAnomalyMonitorResult
def get_anomaly_monitor_output(monitor_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAnomalyMonitorResult]
func LookupAnomalyMonitor(ctx *Context, args *LookupAnomalyMonitorArgs, opts ...InvokeOption) (*LookupAnomalyMonitorResult, error)
func LookupAnomalyMonitorOutput(ctx *Context, args *LookupAnomalyMonitorOutputArgs, opts ...InvokeOption) LookupAnomalyMonitorResultOutput
> Note: This function is named LookupAnomalyMonitor
in the Go SDK.
public static class GetAnomalyMonitor
{
public static Task<GetAnomalyMonitorResult> InvokeAsync(GetAnomalyMonitorArgs args, InvokeOptions? opts = null)
public static Output<GetAnomalyMonitorResult> Invoke(GetAnomalyMonitorInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAnomalyMonitorResult> getAnomalyMonitor(GetAnomalyMonitorArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:ce:getAnomalyMonitor
arguments:
# arguments dictionary
The following arguments are supported:
- Monitor
Arn string - The Amazon Resource Name (ARN) value for the monitor.
- Monitor
Arn string - The Amazon Resource Name (ARN) value for the monitor.
- monitor
Arn String - The Amazon Resource Name (ARN) value for the monitor.
- monitor
Arn string - The Amazon Resource Name (ARN) value for the monitor.
- monitor_
arn str - The Amazon Resource Name (ARN) value for the monitor.
- monitor
Arn String - The Amazon Resource Name (ARN) value for the monitor.
getAnomalyMonitor Result
The following output properties are available:
- Creation
Date string - The date when the monitor was created.
- Dimensional
Value intCount - The value for evaluated dimensions.
- Last
Evaluated stringDate - The date when the monitor last evaluated for anomalies.
- Last
Updated stringDate - The date when the monitor was last updated.
- Monitor
Arn string - The Amazon Resource Name (ARN) value for the monitor.
- Monitor
Name string - The name of the monitor.
- Creation
Date string - The date when the monitor was created.
- Dimensional
Value intCount - The value for evaluated dimensions.
- Last
Evaluated stringDate - The date when the monitor last evaluated for anomalies.
- Last
Updated stringDate - The date when the monitor was last updated.
- Monitor
Arn string - The Amazon Resource Name (ARN) value for the monitor.
- Monitor
Name string - The name of the monitor.
- creation
Date String - The date when the monitor was created.
- dimensional
Value IntegerCount - The value for evaluated dimensions.
- last
Evaluated StringDate - The date when the monitor last evaluated for anomalies.
- last
Updated StringDate - The date when the monitor was last updated.
- monitor
Arn String - The Amazon Resource Name (ARN) value for the monitor.
- monitor
Name String - The name of the monitor.
- creation
Date string - The date when the monitor was created.
- dimensional
Value numberCount - The value for evaluated dimensions.
- last
Evaluated stringDate - The date when the monitor last evaluated for anomalies.
- last
Updated stringDate - The date when the monitor was last updated.
- monitor
Arn string - The Amazon Resource Name (ARN) value for the monitor.
- monitor
Name string - The name of the monitor.
- creation_
date str - The date when the monitor was created.
- dimensional_
value_ intcount - The value for evaluated dimensions.
- last_
evaluated_ strdate - The date when the monitor last evaluated for anomalies.
- last_
updated_ strdate - The date when the monitor was last updated.
- monitor_
arn str - The Amazon Resource Name (ARN) value for the monitor.
- monitor_
name str - The name of the monitor.
- creation
Date String - The date when the monitor was created.
- dimensional
Value NumberCount - The value for evaluated dimensions.
- last
Evaluated StringDate - The date when the monitor last evaluated for anomalies.
- last
Updated StringDate - The date when the monitor was last updated.
- monitor
Arn String - The Amazon Resource Name (ARN) value for the monitor.
- monitor
Name String - The name of the monitor.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.