AwsConfiguration

Configuration for AWS monitor account integration, allowing AIDevOps to monitor AWS resources.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

AWS Account Id corresponding to provided resources.

Link copied to clipboard

Account Type 'monitor' for AIDevOps monitoring.

Link copied to clipboard

Optional IAM role ARN to be assumed by AIDevOps for elevated directed actions on behalf of the customer. Used for mutating operations gated by elevatedActionsEnabled on the AgentSpace. When not provided, only non-elevated directed actions are available for this AWS account.

Link copied to clipboard

Validation status of the agentElevatedRoleArn. Updated asynchronously after the customer registers an elevated role. Possible values: PENDING_CONFIRMATION (validation in progress), VALID (role validated), INVALID (validation failed).

Link copied to clipboard

Role ARN to be assumed by AIDevOps to operate on behalf of customer.

Functions

Link copied to clipboard
inline fun copy(block: AwsConfiguration.Builder.() -> Unit = {}): AwsConfiguration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String