Class AWSAccountCreateRequestAttributes

The AWS Account Integration Config to be created

Hierarchy

  • AWSAccountCreateRequestAttributes

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

logsConfig?: AWSLogsConfig

AWS Logs config

metricsConfig?: AWSMetricsConfig

AWS Metrics config

resourcesConfig?: AWSResourcesConfig

AWS Resources config

tracesConfig?: AWSTracesConfig

AWS Traces config

Generated using TypeDoc