pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.logs.kotlin.inputs
/
GetMetricFilterPlainArgs
Get
Metric
Filter
Plain
Args
data
class
GetMetricFilterPlainArgs
(
val
filterName
:
String
,
val
logGroupName
:
String
)
:
ConvertibleToJava
<
GetMetricFilterPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Metric
Filter
Plain
Args
Link copied to clipboard
fun
GetMetricFilterPlainArgs
(
filterName
:
String
,
logGroupName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetMetricFilterPlainArgs
Properties
filter
Name
Link copied to clipboard
val
filterName
:
String
A name for the metric filter.
log
Group
Name
Link copied to clipboard
val
logGroupName
:
String
Existing log group that you want to associate with this filter.