AWS Account response attributes.

Hierarchy

  • AWSAccountResponseAttributes

Constructors

Properties

accountTags?: string[]

Tags to apply to all hosts and metrics reporting for this account. Defaults to [].

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 partition your AWS account is scoped to. Defaults to aws. See Partitions in the AWS documentation for more information.

awsRegions?: AWSRegions

AWS Regions to collect data from. Defaults to include_all.

createdAt?: Date

Timestamp of when the account integration was created.

logsConfig?: AWSLogsConfig

AWS Logs Collection config.

metricsConfig?: AWSMetricsConfig

AWS Metrics Collection config.

modifiedAt?: Date

Timestamp of when the account integration was updated.

resourcesConfig?: AWSResourcesConfig

AWS Resources Collection config.

tracesConfig?: AWSTracesConfig

AWS Traces Collection config.

Generated using TypeDoc