TelemetryRuleForOrganizationRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelectorFieldSelector class
Constructors
-
TelemetryRuleForOrganizationRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelectorFieldSelector({Input<
List< ? endsWiths, Input<String> ?>List< ? equals, required Input<String> ?>String> field, Input<List< ? notEndsWiths, Input<String> ?>List< ? notEquals, Input<String> ?>List< ? notStartsWiths, Input<String> ?>List< ? startsWiths})String> ?> -
Creates a new TelemetryRuleForOrganizationRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelectorFieldSelector.
endsWithsMatch if the field value ends with one of the specified values.equalsMatch if the field value equals one of the specified values.fieldName of the field to use for selection.notEndsWithsMatch if the field value does not end with one of the specified values.notEqualsMatch if the field value does not equal any of the specified values.notStartsWithsMatch if the field value does not start with any of the specified values.startsWithsMatch if the field value starts with one of the specified values.const -
TelemetryRuleForOrganizationRuleDestinationConfigurationCloudtrailParametersAdvancedEventSelectorFieldSelector.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
endsWiths
→ Input<
List< ?String> ?> -
Match if the field value ends with one of the specified values.
final
-
equals
→ Input<
List< ?String> ?> -
Match if the field value equals one of the specified values.
final
-
field
→ Input<
String> -
Name of the field to use for selection.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
notEndsWiths
→ Input<
List< ?String> ?> -
Match if the field value does not end with one of the specified values.
final
-
notEquals
→ Input<
List< ?String> ?> -
Match if the field value does not equal any of the specified values.
final
-
notStartsWiths
→ Input<
List< ?String> ?> -
Match if the field value does not start with any of the specified values.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
startsWiths
→ Input<
List< ?String> ?> -
Match if the field value starts with one of the specified values.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited