Skip to content

Latest commit

 

History

History
27 lines (27 loc) · 5.3 KB

File metadata and controls

27 lines (27 loc) · 5.3 KB
Action Description Resource Condition
logs:CancelExportTask Cancels an export task if it is in PENDING or RUNNING state. ??? -
logs:CreateExportTask Creates an ExportTask which allows you to efficiently export data from a Log Group to your Amazon S3 bucket. ??? -
logs:CreateLogGroup Creates a new log group with the specified name. ??? -
logs:CreateLogStream Creates a new log stream in the specified log group. ??? -
logs:DeleteDestination Deletes the destination with the specified name and eventually disables all the subscription filters that publish to it. ??? -
logs:DeleteLogGroup Deletes the log group with the specified name and permanently deletes all the archived log events associated with it. ??? -
logs:DeleteLogStream Deletes a log stream and permanently deletes all the archived log events associated with it. ??? -
logs:DeleteMetricFilter Deletes a metric filter associated with the specified log group. ??? -
logs:DeleteRetentionPolicy Deletes the retention policy of the specified log group. ??? -
logs:DeleteSubscriptionFilter Deletes a subscription filter associated with the specified log group. ??? -
logs:DescribeDestinations Returns all the destinations that are associated with the AWS account making the request. ??? -
logs:DescribeExportTasks Returns all the export tasks that are associated with the AWS account making the request. ??? -
logs:DescribeLogGroups Returns all the log groups that are associated with the AWS account making the request. ??? -
logs:DescribeLogStreams Returns all the log streams that are associated with the specified log group. ??? -
logs:DescribeMetricFilters Returns all the metrics filters associated with the specified log group. ??? -
logs:DescribeSubscriptionFilters Returns all the subscription filters associated with the specified log group. ??? -
logs:FilterLogEvents Retrieves log events, optionally filtered by a filter pattern from the specified log group. ??? -
logs:GetLogEvents Retrieves log events from the specified log stream. ??? -
logs:PutDestination Creates or updates a Destination. ??? -
logs:PutDestinationPolicy Creates or updates an access policy associated with an existing Destination. ??? -
logs:PutLogEvents Uploads a batch of log events to the specified log stream. ??? -
logs:PutMetricFilter Creates or updates a metric filter and associates it with the specified log group. ??? -
logs:PutRetentionPolicy Sets the retention of the specified log group. ??? -
logs:PutSubscriptionFilter Creates or updates a subscription filter and associates it with the specified log group. ??? -
logs:TestMetricFilter Tests the filter pattern of a metric filter against a sample of log event messages. ??? -