pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.memorydb.kotlin.outputs
/
GetParameterGroupParameter
Get
Parameter
Group
Parameter
data
class
GetParameterGroupParameter
(
val
name
:
String
,
val
value
:
String
)
Types
Constructors
Properties
Constructors
Get
Parameter
Group
Parameter
Link copied to clipboard
fun
GetParameterGroupParameter
(
name
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
Name of the parameter group.
value
Link copied to clipboard
val
value
:
String
Value of the parameter.