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)
public static Output<GetAnomalyMonitorResult> getAnomalyMonitor(GetAnomalyMonitorArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:ce:getAnomalyMonitor
  arguments:
    # arguments dictionaryThe following arguments are supported:
- MonitorArn string
- The Amazon Resource Name (ARN) value for the monitor.
- MonitorArn string
- The Amazon Resource Name (ARN) value for the monitor.
- monitorArn String
- The Amazon Resource Name (ARN) value for the monitor.
- monitorArn string
- The Amazon Resource Name (ARN) value for the monitor.
- monitor_arn str
- The Amazon Resource Name (ARN) value for the monitor.
- monitorArn String
- The Amazon Resource Name (ARN) value for the monitor.
getAnomalyMonitor Result
The following output properties are available:
- CreationDate string
- The date when the monitor was created.
- DimensionalValue intCount 
- The value for evaluated dimensions.
- LastEvaluated stringDate 
- The date when the monitor last evaluated for anomalies.
- LastUpdated stringDate 
- The date when the monitor was last updated.
- MonitorArn string
- The Amazon Resource Name (ARN) value for the monitor.
- MonitorName string
- The name of the monitor.
- CreationDate string
- The date when the monitor was created.
- DimensionalValue intCount 
- The value for evaluated dimensions.
- LastEvaluated stringDate 
- The date when the monitor last evaluated for anomalies.
- LastUpdated stringDate 
- The date when the monitor was last updated.
- MonitorArn string
- The Amazon Resource Name (ARN) value for the monitor.
- MonitorName string
- The name of the monitor.
- creationDate String
- The date when the monitor was created.
- dimensionalValue IntegerCount 
- The value for evaluated dimensions.
- lastEvaluated StringDate 
- The date when the monitor last evaluated for anomalies.
- lastUpdated StringDate 
- The date when the monitor was last updated.
- monitorArn String
- The Amazon Resource Name (ARN) value for the monitor.
- monitorName String
- The name of the monitor.
- creationDate string
- The date when the monitor was created.
- dimensionalValue numberCount 
- The value for evaluated dimensions.
- lastEvaluated stringDate 
- The date when the monitor last evaluated for anomalies.
- lastUpdated stringDate 
- The date when the monitor was last updated.
- monitorArn string
- The Amazon Resource Name (ARN) value for the monitor.
- monitorName 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.
- creationDate String
- The date when the monitor was created.
- dimensionalValue NumberCount 
- The value for evaluated dimensions.
- lastEvaluated StringDate 
- The date when the monitor last evaluated for anomalies.
- lastUpdated StringDate 
- The date when the monitor was last updated.
- monitorArn String
- The Amazon Resource Name (ARN) value for the monitor.
- monitorName 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.