toggle menu
pulumi-alicloud-kotlin
3.79.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.eventbridge.kotlin.outputs
/
ConnectionAuthParametersApiKeyAuthParameters
Connection
Auth
Parameters
Api
Key
Auth
Parameters
data
class
ConnectionAuthParametersApiKeyAuthParameters
(
val
apiKeyName
:
String
?
=
null
,
val
apiKeyValue
:
String
?
=
null
)
Members
Constructors
Connection
Auth
Parameters
Api
Key
Auth
Parameters
Link copied to clipboard
constructor
(
apiKeyName
:
String
?
=
null
,
apiKeyValue
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
api
Key
Name
Link copied to clipboard
val
apiKeyName
:
String
?
=
null
The name of the API key.
api
Key
Value
Link copied to clipboard
val
apiKeyValue
:
String
?
=
null
The value of the API key.