pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.elasticache.kotlin.outputs
/
ParameterGroupParameter
Parameter
Group
Parameter
data
class
ParameterGroupParameter
(
val
name
:
String
,
val
value
:
String
)
Types
Constructors
Properties
Constructors
Parameter
Group
Parameter
Link copied to clipboard
fun
ParameterGroupParameter
(
name
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
The name of the ElastiCache parameter.
value
Link copied to clipboard
val
value
:
String
The value of the ElastiCache parameter.