AWSConfiguration
Configuration for AWS monitor account integration, allowing AIDevOps to monitor AWS resources.
Contents
- accountId
-
AWS Account Id corresponding to provided resources.
Type: String
Pattern:
\d{12}Required: Yes
- accountType
-
Account Type 'monitor' for AIDevOps monitoring.
Type: String
Valid Values:
monitorRequired: Yes
- assumableRoleArn
-
Role ARN to be assumed by AIDevOps to operate on behalf of customer.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
arn:aws:iam::\d{12}:role/[a-zA-Z0-9+=,.@_/-]+Required: Yes
- agentElevatedRoleArn
-
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.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
arn:aws:iam::\d{12}:role/[a-zA-Z0-9+=,.@_/-]+Required: No
- agentElevatedRoleArnStatus
-
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).
Type: String
Valid Values:
valid | invalid | pending-confirmationRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: