TelemetryRuleRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelector constructor
const
TelemetryRuleRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelector({
- Input<
List< ? fieldSelectors,TelemetryRuleRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelectorFieldSelector> ?> - Input<
String?> ? name,
Creates a new TelemetryRuleRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelector.
fieldSelectors List of field selectors that compose the selector statement. See fieldSelectors below.
name Descriptive name for the advanced event selector.
Implementation
const TelemetryRuleRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelector({
this.fieldSelectors,
this.name,
});