pulumi-aws-kotlin
6.33.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.cloudtrail.kotlin.outputs
/
TrailAdvancedEventSelectorFieldSelector
Trail
Advanced
Event
Selector
Field
Selector
data
class
TrailAdvancedEventSelectorFieldSelector
(
val
endsWiths
:
List
<
String
>
?
=
null
,
val
equals
:
List
<
String
>
?
=
null
,
val
field
:
String
,
val
notEndsWiths
:
List
<
String
>
?
=
null
,
val
notEquals
:
List
<
String
>
?
=
null
,
val
notStartsWiths
:
List
<
String
>
?
=
null
,
val
startsWiths
:
List
<
String
>
?
=
null
)
Types
Constructors
Properties
Constructors
Trail
Advanced
Event
Selector
Field
Selector
Link copied to clipboard
fun
TrailAdvancedEventSelectorFieldSelector
(
endsWiths
:
List
<
String
>
?
=
null
,
equals
:
List
<
String
>
?
=
null
,
field
:
String
,
notEndsWiths
:
List
<
String
>
?
=
null
,
notEquals
:
List
<
String
>
?
=
null
,
notStartsWiths
:
List
<
String
>
?
=
null
,
startsWiths
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ends
Withs
Link copied to clipboard
val
endsWiths
:
List
<
String
>
?
=
null
equals
Link copied to clipboard
val
equals
:
List
<
String
>
?
=
null
field
Link copied to clipboard
val
field
:
String
not
Ends
Withs
Link copied to clipboard
val
notEndsWiths
:
List
<
String
>
?
=
null
not
Equals
Link copied to clipboard
val
notEquals
:
List
<
String
>
?
=
null
not
Starts
Withs
Link copied to clipboard
val
notStartsWiths
:
List
<
String
>
?
=
null
starts
Withs
Link copied to clipboard
val
startsWiths
:
List
<
String
>
?
=
null