Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AdvancedEventSelector

import type { AdvancedEventSelector } from "https://aws-api.deno.dev/v0.4/services/cloudtrail.ts?docs=full";

Advanced event selectors let you create fine-grained selectors for the following CloudTrail event record fields. They help you control costs by logging only those events that are important to you. For more information about advanced event selectors, see Logging data events for trails in the CloudTrail User Guide.

  • readOnly
    
  • eventSource
    
  • eventName
    
  • eventCategory
    
  • resources.type
    
  • resources.ARN
    

You cannot apply both event selectors and advanced event selectors to a trail.

interface AdvancedEventSelector {
FieldSelectors: AdvancedFieldSelector[];
Name?: string | null;
}

§Properties

§
FieldSelectors: AdvancedFieldSelector[]
[src]

Contains all selector statements in an advanced event selector.

§
Name?: string | null
[src]

An optional, descriptive name for an advanced event selector, such as "Log data events for only two S3 buckets".