1. Packages
  2. AWS Native
  3. API Docs
  4. lookoutmetrics
  5. getAnomalyDetector

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.lookoutmetrics.getAnomalyDetector

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    An Amazon Lookout for Metrics Detector

    Using getAnomalyDetector

    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 getAnomalyDetector(args: GetAnomalyDetectorArgs, opts?: InvokeOptions): Promise<GetAnomalyDetectorResult>
    function getAnomalyDetectorOutput(args: GetAnomalyDetectorOutputArgs, opts?: InvokeOptions): Output<GetAnomalyDetectorResult>
    def get_anomaly_detector(arn: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetAnomalyDetectorResult
    def get_anomaly_detector_output(arn: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetAnomalyDetectorResult]
    func LookupAnomalyDetector(ctx *Context, args *LookupAnomalyDetectorArgs, opts ...InvokeOption) (*LookupAnomalyDetectorResult, error)
    func LookupAnomalyDetectorOutput(ctx *Context, args *LookupAnomalyDetectorOutputArgs, opts ...InvokeOption) LookupAnomalyDetectorResultOutput

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

    public static class GetAnomalyDetector 
    {
        public static Task<GetAnomalyDetectorResult> InvokeAsync(GetAnomalyDetectorArgs args, InvokeOptions? opts = null)
        public static Output<GetAnomalyDetectorResult> Invoke(GetAnomalyDetectorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAnomalyDetectorResult> getAnomalyDetector(GetAnomalyDetectorArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:lookoutmetrics:getAnomalyDetector
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the detector. For example, arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector
    Arn string
    The Amazon Resource Name (ARN) of the detector. For example, arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector
    arn String
    The Amazon Resource Name (ARN) of the detector. For example, arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector
    arn string
    The Amazon Resource Name (ARN) of the detector. For example, arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector
    arn str
    The Amazon Resource Name (ARN) of the detector. For example, arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector
    arn String
    The Amazon Resource Name (ARN) of the detector. For example, arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector

    getAnomalyDetector Result

    The following output properties are available:

    AnomalyDetectorConfig Pulumi.AwsNative.LookoutMetrics.Outputs.AnomalyDetectorConfig
    Configuration options for the AnomalyDetector
    AnomalyDetectorDescription string
    A description for the AnomalyDetector.
    Arn string
    The Amazon Resource Name (ARN) of the detector. For example, arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector
    KmsKeyArn string
    KMS key used to encrypt the AnomalyDetector data
    MetricSetList List<Pulumi.AwsNative.LookoutMetrics.Outputs.AnomalyDetectorMetricSet>
    List of metric sets for anomaly detection
    AnomalyDetectorConfig AnomalyDetectorConfig
    Configuration options for the AnomalyDetector
    AnomalyDetectorDescription string
    A description for the AnomalyDetector.
    Arn string
    The Amazon Resource Name (ARN) of the detector. For example, arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector
    KmsKeyArn string
    KMS key used to encrypt the AnomalyDetector data
    MetricSetList []AnomalyDetectorMetricSet
    List of metric sets for anomaly detection
    anomalyDetectorConfig AnomalyDetectorConfig
    Configuration options for the AnomalyDetector
    anomalyDetectorDescription String
    A description for the AnomalyDetector.
    arn String
    The Amazon Resource Name (ARN) of the detector. For example, arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector
    kmsKeyArn String
    KMS key used to encrypt the AnomalyDetector data
    metricSetList List<AnomalyDetectorMetricSet>
    List of metric sets for anomaly detection
    anomalyDetectorConfig AnomalyDetectorConfig
    Configuration options for the AnomalyDetector
    anomalyDetectorDescription string
    A description for the AnomalyDetector.
    arn string
    The Amazon Resource Name (ARN) of the detector. For example, arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector
    kmsKeyArn string
    KMS key used to encrypt the AnomalyDetector data
    metricSetList AnomalyDetectorMetricSet[]
    List of metric sets for anomaly detection
    anomaly_detector_config AnomalyDetectorConfig
    Configuration options for the AnomalyDetector
    anomaly_detector_description str
    A description for the AnomalyDetector.
    arn str
    The Amazon Resource Name (ARN) of the detector. For example, arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector
    kms_key_arn str
    KMS key used to encrypt the AnomalyDetector data
    metric_set_list Sequence[AnomalyDetectorMetricSet]
    List of metric sets for anomaly detection
    anomalyDetectorConfig Property Map
    Configuration options for the AnomalyDetector
    anomalyDetectorDescription String
    A description for the AnomalyDetector.
    arn String
    The Amazon Resource Name (ARN) of the detector. For example, arn:aws:lookoutmetrics:us-east-2:123456789012:AnomalyDetector:my-detector
    kmsKeyArn String
    KMS key used to encrypt the AnomalyDetector data
    metricSetList List<Property Map>
    List of metric sets for anomaly detection

    Supporting Types

    AnomalyDetectorAppFlowConfig

    FlowName string
    name of the flow.
    RoleArn string
    An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
    FlowName string
    name of the flow.
    RoleArn string
    An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
    flowName String
    name of the flow.
    roleArn String
    An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
    flowName string
    name of the flow.
    roleArn string
    An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
    flow_name str
    name of the flow.
    role_arn str
    An IAM role that gives Amazon Lookout for Metrics permission to access the flow.
    flowName String
    name of the flow.
    roleArn String
    An IAM role that gives Amazon Lookout for Metrics permission to access the flow.

    AnomalyDetectorCloudwatchConfig

    RoleArn string
    An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.
    RoleArn string
    An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.
    roleArn String
    An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.
    roleArn string
    An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.
    role_arn str
    An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.
    roleArn String
    An IAM role that gives Amazon Lookout for Metrics permission to access data in Amazon CloudWatch.

    AnomalyDetectorConfig

    AnomalyDetectorCsvFormatDescriptor

    Charset string
    The character set in which the source CSV file is written.
    ContainsHeader bool
    Whether or not the source CSV file contains a header.
    Delimiter string
    The character used to delimit the source CSV file.
    FileCompression Pulumi.AwsNative.LookoutMetrics.AnomalyDetectorCsvFormatDescriptorFileCompression
    The level of compression of the source CSV file.
    HeaderList List<string>
    A list of the source CSV file's headers, if any.
    QuoteSymbol string
    The character used as a quote character.
    Charset string
    The character set in which the source CSV file is written.
    ContainsHeader bool
    Whether or not the source CSV file contains a header.
    Delimiter string
    The character used to delimit the source CSV file.
    FileCompression AnomalyDetectorCsvFormatDescriptorFileCompression
    The level of compression of the source CSV file.
    HeaderList []string
    A list of the source CSV file's headers, if any.
    QuoteSymbol string
    The character used as a quote character.
    charset String
    The character set in which the source CSV file is written.
    containsHeader Boolean
    Whether or not the source CSV file contains a header.
    delimiter String
    The character used to delimit the source CSV file.
    fileCompression AnomalyDetectorCsvFormatDescriptorFileCompression
    The level of compression of the source CSV file.
    headerList List<String>
    A list of the source CSV file's headers, if any.
    quoteSymbol String
    The character used as a quote character.
    charset string
    The character set in which the source CSV file is written.
    containsHeader boolean
    Whether or not the source CSV file contains a header.
    delimiter string
    The character used to delimit the source CSV file.
    fileCompression AnomalyDetectorCsvFormatDescriptorFileCompression
    The level of compression of the source CSV file.
    headerList string[]
    A list of the source CSV file's headers, if any.
    quoteSymbol string
    The character used as a quote character.
    charset str
    The character set in which the source CSV file is written.
    contains_header bool
    Whether or not the source CSV file contains a header.
    delimiter str
    The character used to delimit the source CSV file.
    file_compression AnomalyDetectorCsvFormatDescriptorFileCompression
    The level of compression of the source CSV file.
    header_list Sequence[str]
    A list of the source CSV file's headers, if any.
    quote_symbol str
    The character used as a quote character.
    charset String
    The character set in which the source CSV file is written.
    containsHeader Boolean
    Whether or not the source CSV file contains a header.
    delimiter String
    The character used to delimit the source CSV file.
    fileCompression "NONE" | "GZIP"
    The level of compression of the source CSV file.
    headerList List<String>
    A list of the source CSV file's headers, if any.
    quoteSymbol String
    The character used as a quote character.

    AnomalyDetectorCsvFormatDescriptorFileCompression

    AnomalyDetectorFileFormatDescriptor

    CsvFormatDescriptor Pulumi.AwsNative.LookoutMetrics.Inputs.AnomalyDetectorCsvFormatDescriptor
    Contains information about how a source CSV data file should be analyzed.
    JsonFormatDescriptor Pulumi.AwsNative.LookoutMetrics.Inputs.AnomalyDetectorJsonFormatDescriptor
    Contains information about how a source JSON data file should be analyzed.
    CsvFormatDescriptor AnomalyDetectorCsvFormatDescriptor
    Contains information about how a source CSV data file should be analyzed.
    JsonFormatDescriptor AnomalyDetectorJsonFormatDescriptor
    Contains information about how a source JSON data file should be analyzed.
    csvFormatDescriptor AnomalyDetectorCsvFormatDescriptor
    Contains information about how a source CSV data file should be analyzed.
    jsonFormatDescriptor AnomalyDetectorJsonFormatDescriptor
    Contains information about how a source JSON data file should be analyzed.
    csvFormatDescriptor AnomalyDetectorCsvFormatDescriptor
    Contains information about how a source CSV data file should be analyzed.
    jsonFormatDescriptor AnomalyDetectorJsonFormatDescriptor
    Contains information about how a source JSON data file should be analyzed.
    csv_format_descriptor AnomalyDetectorCsvFormatDescriptor
    Contains information about how a source CSV data file should be analyzed.
    json_format_descriptor AnomalyDetectorJsonFormatDescriptor
    Contains information about how a source JSON data file should be analyzed.
    csvFormatDescriptor Property Map
    Contains information about how a source CSV data file should be analyzed.
    jsonFormatDescriptor Property Map
    Contains information about how a source JSON data file should be analyzed.

    AnomalyDetectorFrequency

    AnomalyDetectorJsonFormatDescriptor

    Charset string
    The character set in which the source JSON file is written.
    FileCompression Pulumi.AwsNative.LookoutMetrics.AnomalyDetectorJsonFormatDescriptorFileCompression
    The level of compression of the source CSV file.
    Charset string
    The character set in which the source JSON file is written.
    FileCompression AnomalyDetectorJsonFormatDescriptorFileCompression
    The level of compression of the source CSV file.
    charset String
    The character set in which the source JSON file is written.
    fileCompression AnomalyDetectorJsonFormatDescriptorFileCompression
    The level of compression of the source CSV file.
    charset string
    The character set in which the source JSON file is written.
    fileCompression AnomalyDetectorJsonFormatDescriptorFileCompression
    The level of compression of the source CSV file.
    charset str
    The character set in which the source JSON file is written.
    file_compression AnomalyDetectorJsonFormatDescriptorFileCompression
    The level of compression of the source CSV file.
    charset String
    The character set in which the source JSON file is written.
    fileCompression "NONE" | "GZIP"
    The level of compression of the source CSV file.

    AnomalyDetectorJsonFormatDescriptorFileCompression

    AnomalyDetectorMetric

    AggregationFunction Pulumi.AwsNative.LookoutMetrics.AnomalyDetectorMetricAggregationFunction
    Operator used to aggregate metric values
    MetricName string
    The name of the metric.
    Namespace string
    The namespace for the metric.
    AggregationFunction AnomalyDetectorMetricAggregationFunction
    Operator used to aggregate metric values
    MetricName string
    The name of the metric.
    Namespace string
    The namespace for the metric.
    aggregationFunction AnomalyDetectorMetricAggregationFunction
    Operator used to aggregate metric values
    metricName String
    The name of the metric.
    namespace String
    The namespace for the metric.
    aggregationFunction AnomalyDetectorMetricAggregationFunction
    Operator used to aggregate metric values
    metricName string
    The name of the metric.
    namespace string
    The namespace for the metric.
    aggregation_function AnomalyDetectorMetricAggregationFunction
    Operator used to aggregate metric values
    metric_name str
    The name of the metric.
    namespace str
    The namespace for the metric.
    aggregationFunction "AVG" | "SUM"
    Operator used to aggregate metric values
    metricName String
    The name of the metric.
    namespace String
    The namespace for the metric.

    AnomalyDetectorMetricAggregationFunction

    AnomalyDetectorMetricSet

    MetricList List<Pulumi.AwsNative.LookoutMetrics.Inputs.AnomalyDetectorMetric>
    Metrics captured by this MetricSet.
    MetricSetName string
    The name of the MetricSet.
    MetricSource Pulumi.AwsNative.LookoutMetrics.Inputs.AnomalyDetectorMetricSource
    Contains information about how the source data should be interpreted.
    DimensionList List<string>
    Dimensions for this MetricSet.
    MetricSetDescription string
    A description for the MetricSet.
    MetricSetFrequency Pulumi.AwsNative.LookoutMetrics.AnomalyDetectorMetricSetMetricSetFrequency
    A frequency period to aggregate the data
    Offset int
    Offset, in seconds, between the frequency interval and the time at which the metrics are available.
    TimestampColumn Pulumi.AwsNative.LookoutMetrics.Inputs.AnomalyDetectorTimestampColumn
    Contains information about the column used for tracking time in your source data.
    Timezone string
    The time zone in which your source data was recorded.
    MetricList []AnomalyDetectorMetric
    Metrics captured by this MetricSet.
    MetricSetName string
    The name of the MetricSet.
    MetricSource AnomalyDetectorMetricSource
    Contains information about how the source data should be interpreted.
    DimensionList []string
    Dimensions for this MetricSet.
    MetricSetDescription string
    A description for the MetricSet.
    MetricSetFrequency AnomalyDetectorMetricSetMetricSetFrequency
    A frequency period to aggregate the data
    Offset int
    Offset, in seconds, between the frequency interval and the time at which the metrics are available.
    TimestampColumn AnomalyDetectorTimestampColumn
    Contains information about the column used for tracking time in your source data.
    Timezone string
    The time zone in which your source data was recorded.
    metricList List<AnomalyDetectorMetric>
    Metrics captured by this MetricSet.
    metricSetName String
    The name of the MetricSet.
    metricSource AnomalyDetectorMetricSource
    Contains information about how the source data should be interpreted.
    dimensionList List<String>
    Dimensions for this MetricSet.
    metricSetDescription String
    A description for the MetricSet.
    metricSetFrequency AnomalyDetectorMetricSetMetricSetFrequency
    A frequency period to aggregate the data
    offset Integer
    Offset, in seconds, between the frequency interval and the time at which the metrics are available.
    timestampColumn AnomalyDetectorTimestampColumn
    Contains information about the column used for tracking time in your source data.
    timezone String
    The time zone in which your source data was recorded.
    metricList AnomalyDetectorMetric[]
    Metrics captured by this MetricSet.
    metricSetName string
    The name of the MetricSet.
    metricSource AnomalyDetectorMetricSource
    Contains information about how the source data should be interpreted.
    dimensionList string[]
    Dimensions for this MetricSet.
    metricSetDescription string
    A description for the MetricSet.
    metricSetFrequency AnomalyDetectorMetricSetMetricSetFrequency
    A frequency period to aggregate the data
    offset number
    Offset, in seconds, between the frequency interval and the time at which the metrics are available.
    timestampColumn AnomalyDetectorTimestampColumn
    Contains information about the column used for tracking time in your source data.
    timezone string
    The time zone in which your source data was recorded.
    metric_list Sequence[AnomalyDetectorMetric]
    Metrics captured by this MetricSet.
    metric_set_name str
    The name of the MetricSet.
    metric_source AnomalyDetectorMetricSource
    Contains information about how the source data should be interpreted.
    dimension_list Sequence[str]
    Dimensions for this MetricSet.
    metric_set_description str
    A description for the MetricSet.
    metric_set_frequency AnomalyDetectorMetricSetMetricSetFrequency
    A frequency period to aggregate the data
    offset int
    Offset, in seconds, between the frequency interval and the time at which the metrics are available.
    timestamp_column AnomalyDetectorTimestampColumn
    Contains information about the column used for tracking time in your source data.
    timezone str
    The time zone in which your source data was recorded.
    metricList List<Property Map>
    Metrics captured by this MetricSet.
    metricSetName String
    The name of the MetricSet.
    metricSource Property Map
    Contains information about how the source data should be interpreted.
    dimensionList List<String>
    Dimensions for this MetricSet.
    metricSetDescription String
    A description for the MetricSet.
    metricSetFrequency "PT5M" | "PT10M" | "PT1H" | "P1D"
    A frequency period to aggregate the data
    offset Number
    Offset, in seconds, between the frequency interval and the time at which the metrics are available.
    timestampColumn Property Map
    Contains information about the column used for tracking time in your source data.
    timezone String
    The time zone in which your source data was recorded.

    AnomalyDetectorMetricSetMetricSetFrequency

    AnomalyDetectorMetricSource

    AppFlowConfig Pulumi.AwsNative.LookoutMetrics.Inputs.AnomalyDetectorAppFlowConfig
    Details about an AppFlow datasource.
    CloudwatchConfig Pulumi.AwsNative.LookoutMetrics.Inputs.AnomalyDetectorCloudwatchConfig
    Details about an Amazon CloudWatch monitoring datasource.
    RdsSourceConfig Pulumi.AwsNative.LookoutMetrics.Inputs.AnomalyDetectorRdsSourceConfig
    Details about an Amazon Relational Database Service (RDS) datasource.
    RedshiftSourceConfig Pulumi.AwsNative.LookoutMetrics.Inputs.AnomalyDetectorRedshiftSourceConfig
    Details about an Amazon Redshift database datasource.
    S3SourceConfig Pulumi.AwsNative.LookoutMetrics.Inputs.AnomalyDetectorS3SourceConfig
    Contains information about the configuration of the S3 bucket that contains source files.
    AppFlowConfig AnomalyDetectorAppFlowConfig
    Details about an AppFlow datasource.
    CloudwatchConfig AnomalyDetectorCloudwatchConfig
    Details about an Amazon CloudWatch monitoring datasource.
    RdsSourceConfig AnomalyDetectorRdsSourceConfig
    Details about an Amazon Relational Database Service (RDS) datasource.
    RedshiftSourceConfig AnomalyDetectorRedshiftSourceConfig
    Details about an Amazon Redshift database datasource.
    S3SourceConfig AnomalyDetectorS3SourceConfig
    Contains information about the configuration of the S3 bucket that contains source files.
    appFlowConfig AnomalyDetectorAppFlowConfig
    Details about an AppFlow datasource.
    cloudwatchConfig AnomalyDetectorCloudwatchConfig
    Details about an Amazon CloudWatch monitoring datasource.
    rdsSourceConfig AnomalyDetectorRdsSourceConfig
    Details about an Amazon Relational Database Service (RDS) datasource.
    redshiftSourceConfig AnomalyDetectorRedshiftSourceConfig
    Details about an Amazon Redshift database datasource.
    s3SourceConfig AnomalyDetectorS3SourceConfig
    Contains information about the configuration of the S3 bucket that contains source files.
    appFlowConfig AnomalyDetectorAppFlowConfig
    Details about an AppFlow datasource.
    cloudwatchConfig AnomalyDetectorCloudwatchConfig
    Details about an Amazon CloudWatch monitoring datasource.
    rdsSourceConfig AnomalyDetectorRdsSourceConfig
    Details about an Amazon Relational Database Service (RDS) datasource.
    redshiftSourceConfig AnomalyDetectorRedshiftSourceConfig
    Details about an Amazon Redshift database datasource.
    s3SourceConfig AnomalyDetectorS3SourceConfig
    Contains information about the configuration of the S3 bucket that contains source files.
    app_flow_config AnomalyDetectorAppFlowConfig
    Details about an AppFlow datasource.
    cloudwatch_config AnomalyDetectorCloudwatchConfig
    Details about an Amazon CloudWatch monitoring datasource.
    rds_source_config AnomalyDetectorRdsSourceConfig
    Details about an Amazon Relational Database Service (RDS) datasource.
    redshift_source_config AnomalyDetectorRedshiftSourceConfig
    Details about an Amazon Redshift database datasource.
    s3_source_config AnomalyDetectorS3SourceConfig
    Contains information about the configuration of the S3 bucket that contains source files.
    appFlowConfig Property Map
    Details about an AppFlow datasource.
    cloudwatchConfig Property Map
    Details about an Amazon CloudWatch monitoring datasource.
    rdsSourceConfig Property Map
    Details about an Amazon Relational Database Service (RDS) datasource.
    redshiftSourceConfig Property Map
    Details about an Amazon Redshift database datasource.
    s3SourceConfig Property Map
    Contains information about the configuration of the S3 bucket that contains source files.

    AnomalyDetectorRdsSourceConfig

    DatabaseHost string
    The host name of the database.
    DatabaseName string
    The name of the RDS database.
    DatabasePort int
    The port number where the database can be accessed.
    DbInstanceIdentifier string
    A string identifying the database instance.
    RoleArn string
    The Amazon Resource Name (ARN) of the role.
    SecretManagerArn string
    The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
    TableName string
    The name of the table in the database.
    VpcConfiguration Pulumi.AwsNative.LookoutMetrics.Inputs.AnomalyDetectorVpcConfiguration
    An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.
    DatabaseHost string
    The host name of the database.
    DatabaseName string
    The name of the RDS database.
    DatabasePort int
    The port number where the database can be accessed.
    DbInstanceIdentifier string
    A string identifying the database instance.
    RoleArn string
    The Amazon Resource Name (ARN) of the role.
    SecretManagerArn string
    The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
    TableName string
    The name of the table in the database.
    VpcConfiguration AnomalyDetectorVpcConfiguration
    An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.
    databaseHost String
    The host name of the database.
    databaseName String
    The name of the RDS database.
    databasePort Integer
    The port number where the database can be accessed.
    dbInstanceIdentifier String
    A string identifying the database instance.
    roleArn String
    The Amazon Resource Name (ARN) of the role.
    secretManagerArn String
    The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
    tableName String
    The name of the table in the database.
    vpcConfiguration AnomalyDetectorVpcConfiguration
    An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.
    databaseHost string
    The host name of the database.
    databaseName string
    The name of the RDS database.
    databasePort number
    The port number where the database can be accessed.
    dbInstanceIdentifier string
    A string identifying the database instance.
    roleArn string
    The Amazon Resource Name (ARN) of the role.
    secretManagerArn string
    The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
    tableName string
    The name of the table in the database.
    vpcConfiguration AnomalyDetectorVpcConfiguration
    An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.
    database_host str
    The host name of the database.
    database_name str
    The name of the RDS database.
    database_port int
    The port number where the database can be accessed.
    db_instance_identifier str
    A string identifying the database instance.
    role_arn str
    The Amazon Resource Name (ARN) of the role.
    secret_manager_arn str
    The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
    table_name str
    The name of the table in the database.
    vpc_configuration AnomalyDetectorVpcConfiguration
    An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.
    databaseHost String
    The host name of the database.
    databaseName String
    The name of the RDS database.
    databasePort Number
    The port number where the database can be accessed.
    dbInstanceIdentifier String
    A string identifying the database instance.
    roleArn String
    The Amazon Resource Name (ARN) of the role.
    secretManagerArn String
    The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
    tableName String
    The name of the table in the database.
    vpcConfiguration Property Map
    An object containing information about the Amazon Virtual Private Cloud (VPC) configuration.

    AnomalyDetectorRedshiftSourceConfig

    ClusterIdentifier string
    A string identifying the Redshift cluster.
    DatabaseHost string
    The name of the database host.
    DatabaseName string
    The Redshift database name.
    DatabasePort int
    The port number where the database can be accessed.
    RoleArn string
    The Amazon Resource Name (ARN) of the role providing access to the database.
    SecretManagerArn string
    The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
    TableName string
    The table name of the Redshift database.
    VpcConfiguration Pulumi.AwsNative.LookoutMetrics.Inputs.AnomalyDetectorVpcConfiguration
    Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
    ClusterIdentifier string
    A string identifying the Redshift cluster.
    DatabaseHost string
    The name of the database host.
    DatabaseName string
    The Redshift database name.
    DatabasePort int
    The port number where the database can be accessed.
    RoleArn string
    The Amazon Resource Name (ARN) of the role providing access to the database.
    SecretManagerArn string
    The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
    TableName string
    The table name of the Redshift database.
    VpcConfiguration AnomalyDetectorVpcConfiguration
    Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
    clusterIdentifier String
    A string identifying the Redshift cluster.
    databaseHost String
    The name of the database host.
    databaseName String
    The Redshift database name.
    databasePort Integer
    The port number where the database can be accessed.
    roleArn String
    The Amazon Resource Name (ARN) of the role providing access to the database.
    secretManagerArn String
    The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
    tableName String
    The table name of the Redshift database.
    vpcConfiguration AnomalyDetectorVpcConfiguration
    Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
    clusterIdentifier string
    A string identifying the Redshift cluster.
    databaseHost string
    The name of the database host.
    databaseName string
    The Redshift database name.
    databasePort number
    The port number where the database can be accessed.
    roleArn string
    The Amazon Resource Name (ARN) of the role providing access to the database.
    secretManagerArn string
    The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
    tableName string
    The table name of the Redshift database.
    vpcConfiguration AnomalyDetectorVpcConfiguration
    Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
    cluster_identifier str
    A string identifying the Redshift cluster.
    database_host str
    The name of the database host.
    database_name str
    The Redshift database name.
    database_port int
    The port number where the database can be accessed.
    role_arn str
    The Amazon Resource Name (ARN) of the role providing access to the database.
    secret_manager_arn str
    The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
    table_name str
    The table name of the Redshift database.
    vpc_configuration AnomalyDetectorVpcConfiguration
    Contains information about the Amazon Virtual Private Cloud (VPC) configuration.
    clusterIdentifier String
    A string identifying the Redshift cluster.
    databaseHost String
    The name of the database host.
    databaseName String
    The Redshift database name.
    databasePort Number
    The port number where the database can be accessed.
    roleArn String
    The Amazon Resource Name (ARN) of the role providing access to the database.
    secretManagerArn String
    The Amazon Resource Name (ARN) of the AWS Secrets Manager role.
    tableName String
    The table name of the Redshift database.
    vpcConfiguration Property Map
    Contains information about the Amazon Virtual Private Cloud (VPC) configuration.

    AnomalyDetectorS3SourceConfig

    FileFormatDescriptor Pulumi.AwsNative.LookoutMetrics.Inputs.AnomalyDetectorFileFormatDescriptor
    Contains information about a source file's formatting.
    RoleArn string
    The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
    HistoricalDataPathList List<string>
    A list of paths to the historical data files.
    TemplatedPathList List<string>
    A list of templated paths to the source files.
    FileFormatDescriptor AnomalyDetectorFileFormatDescriptor
    Contains information about a source file's formatting.
    RoleArn string
    The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
    HistoricalDataPathList []string
    A list of paths to the historical data files.
    TemplatedPathList []string
    A list of templated paths to the source files.
    fileFormatDescriptor AnomalyDetectorFileFormatDescriptor
    Contains information about a source file's formatting.
    roleArn String
    The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
    historicalDataPathList List<String>
    A list of paths to the historical data files.
    templatedPathList List<String>
    A list of templated paths to the source files.
    fileFormatDescriptor AnomalyDetectorFileFormatDescriptor
    Contains information about a source file's formatting.
    roleArn string
    The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
    historicalDataPathList string[]
    A list of paths to the historical data files.
    templatedPathList string[]
    A list of templated paths to the source files.
    file_format_descriptor AnomalyDetectorFileFormatDescriptor
    Contains information about a source file's formatting.
    role_arn str
    The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
    historical_data_path_list Sequence[str]
    A list of paths to the historical data files.
    templated_path_list Sequence[str]
    A list of templated paths to the source files.
    fileFormatDescriptor Property Map
    Contains information about a source file's formatting.
    roleArn String
    The ARN of an IAM role that has read and write access permissions to the source S3 bucket.
    historicalDataPathList List<String>
    A list of paths to the historical data files.
    templatedPathList List<String>
    A list of templated paths to the source files.

    AnomalyDetectorTimestampColumn

    ColumnFormat string
    A timestamp format for the timestamps in the dataset
    ColumnName string
    The name of the timestamp column.
    ColumnFormat string
    A timestamp format for the timestamps in the dataset
    ColumnName string
    The name of the timestamp column.
    columnFormat String
    A timestamp format for the timestamps in the dataset
    columnName String
    The name of the timestamp column.
    columnFormat string
    A timestamp format for the timestamps in the dataset
    columnName string
    The name of the timestamp column.
    column_format str
    A timestamp format for the timestamps in the dataset
    column_name str
    The name of the timestamp column.
    columnFormat String
    A timestamp format for the timestamps in the dataset
    columnName String
    The name of the timestamp column.

    AnomalyDetectorVpcConfiguration

    SecurityGroupIdList List<string>
    An array of strings containing the list of security groups.
    SubnetIdList List<string>
    An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE .
    SecurityGroupIdList []string
    An array of strings containing the list of security groups.
    SubnetIdList []string
    An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE .
    securityGroupIdList List<String>
    An array of strings containing the list of security groups.
    subnetIdList List<String>
    An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE .
    securityGroupIdList string[]
    An array of strings containing the list of security groups.
    subnetIdList string[]
    An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE .
    security_group_id_list Sequence[str]
    An array of strings containing the list of security groups.
    subnet_id_list Sequence[str]
    An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE .
    securityGroupIdList List<String>
    An array of strings containing the list of security groups.
    subnetIdList List<String>
    An array of strings containing the Amazon VPC subnet IDs (e.g., subnet-0bb1c79de3EXAMPLE .

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi