toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.s3.kotlin.inputs
/
BucketMetricFilterArgs
Bucket
Metric
Filter
Args
data
class
BucketMetricFilterArgs
(
val
prefix
:
Output
<
String
>
?
=
null
,
val
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)
:
ConvertibleToJava
<
BucketMetricFilterArgs
>
Members
Constructors
Bucket
Metric
Filter
Args
Link copied to clipboard
constructor
(
prefix
:
Output
<
String
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)
Properties
prefix
Link copied to clipboard
val
prefix
:
Output
<
String
>
?
=
null
Object prefix for filtering (singular).
tags
Link copied to clipboard
val
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
Object tags for filtering (up to 10).
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BucketMetricFilterArgs