pulumi-aws-kotlin
5.29.1.1
pulumi-aws-kotlin
/
com.pulumi.aws.elasticbeanstalk.kotlin.outputs
/
EnvironmentSetting
Environment
Setting
data
class
EnvironmentSetting
(
val
name
:
String
,
val
namespace
:
String
,
val
resource
:
String
?
=
null
,
val
value
:
String
)
Types
Constructors
Properties
Constructors
Environment
Setting
Link copied to clipboard
fun
EnvironmentSetting
(
name
:
String
,
namespace
:
String
,
resource
:
String
?
=
null
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
A unique name for this Environment. This name is used in the application URL
namespace
Link copied to clipboard
val
namespace
:
String
resource
Link copied to clipboard
val
resource
:
String
?
=
null
value
Link copied to clipboard
val
value
:
String