toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.elasticache.kotlin.outputs
/
ServerlessCacheEndpoint
Serverless
Cache
Endpoint
data
class
ServerlessCacheEndpoint
(
val
address
:
String
?
=
null
,
val
port
:
String
?
=
null
)
The address and the port.
Members
Constructors
Serverless
Cache
Endpoint
Link copied to clipboard
constructor
(
address
:
String
?
=
null
,
port
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
address
Link copied to clipboard
val
address
:
String
?
=
null
Endpoint address.
port
Link copied to clipboard
val
port
:
String
?
=
null
Endpoint port.