pulumi-aws-kotlin
5.29.1.1
pulumi-aws-kotlin
/
com.pulumi.aws.apigateway.kotlin
/
ApiKeyArgs
/
ApiKeyArgs
Api
Key
Args
fun
ApiKeyArgs
(
description
:
Output
<
String
>
?
=
null
,
enabled
:
Output
<
Boolean
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)