log_anomaly_detection_integration
Gets an individual log_anomaly_detection_integration
resource
Overview
Name | log_anomaly_detection_integration |
Type | Resource |
Description | log_anomaly_detection_integration |
Id | awscc.devopsguru.log_anomaly_detection_integration |
Fields
Name | Datatype | Description |
---|---|---|
account_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
account_id
FROM awscc.devopsguru.log_anomaly_detection_integration
WHERE data__Identifier = '<AccountId>';
Permissions
To operate on the log_anomaly_detection_integration
resource, the following permissions are required:
Read
devops-guru:DescribeServiceIntegration
Update
devops-guru:UpdateServiceIntegration,
logs:TagLogGroup,
logs:UntagLogGroup
Delete
devops-guru:DescribeServiceIntegration,
devops-guru:UpdateServiceIntegration,
logs:TagLogGroup,
logs:UntagLogGroup