pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.apigateway.kotlin.outputs
/
GetApiKeyResult
/
GetApiKeyResult
Get
Api
Key
Result
fun
GetApiKeyResult
(
apiKeyId
:
String
?
=
null
,
customerId
:
String
?
=
null
,
description
:
String
?
=
null
,
enabled
:
Boolean
?
=
null
,
stageKeys
:
List
<
ApiKeyStageKey
>
?
=
null
,
tags
:
List
<
ApiKeyTag
>
?
=
null
)