pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.xray.kotlin.inputs
/
SamplingRuleTagArgs
Sampling
Rule
Tag
Args
data
class
SamplingRuleTagArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
SamplingRuleTagArgs
>
Constructors
Functions
Properties
Constructors
Sampling
Rule
Tag
Args
Link copied to clipboard
fun
SamplingRuleTagArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SamplingRuleTagArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
The key name of the tag.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value for the tag.