The AWS Account Integration Config

Hierarchy

  • AWSAccountResponseAttributes

Constructors

Properties

accountTags?: string[]

Tags to apply to all metrics in the account

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
authConfig?: AWSAuthConfig

AWS Authentication config

awsAccountId: string

AWS Account ID

awsPartition?: AWSAccountPartition

AWS Account partition

awsRegions?: AWSRegions

AWS Regions to collect data from

createdAt?: Date

Timestamp of when the account integration was created

logsConfig?: AWSLogsConfig

AWS Logs config

metricsConfig?: AWSMetricsConfig

AWS Metrics config

modifiedAt?: Date

Timestamp of when the account integration was updated

resourcesConfig?: AWSResourcesConfig

AWS Resources config

tracesConfig?: AWSTracesConfig

AWS Traces config

Generated using TypeDoc