Class AWSAccountCreateRequestAttributes

The AWS Account Integration Config to be created.

Hierarchy

  • AWSAccountCreateRequestAttributes

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.

logsConfig?: AWSLogsConfig

AWS Logs Collection config.

metricsConfig?: AWSMetricsConfig

AWS Metrics Collection config.

resourcesConfig?: AWSResourcesConfig

AWS Resources Collection config.

tracesConfig?: AWSTracesConfig

AWS Traces Collection config.

Generated using TypeDoc