pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.redshift.kotlin.inputs
/
ParameterGroupParameterArgs
Parameter
Group
Parameter
Args
data
class
ParameterGroupParameterArgs
(
val
name
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
ParameterGroupParameterArgs
>
Constructors
Functions
Properties
Constructors
Parameter
Group
Parameter
Args
Link copied to clipboard
fun
ParameterGroupParameterArgs
(
name
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ParameterGroupParameterArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of the Redshift parameter.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value of the Redshift parameter.