toggle menu
pulumi-alicloud-kotlin
3.76.0.0
jvm
switch theme
search in API
pulumi-alicloud-kotlin
/
com.pulumi.alicloud.cms.kotlin.outputs
/
SlsGroupSlsGroupConfig
Sls
Group
Sls
Group
Config
data
class
SlsGroupSlsGroupConfig
(
val
slsLogstore
:
String
,
val
slsProject
:
String
,
val
slsRegion
:
String
,
val
slsUserId
:
String
?
=
null
)
Members
Constructors
Sls
Group
Sls
Group
Config
Link copied to clipboard
constructor
(
slsLogstore
:
String
,
slsProject
:
String
,
slsRegion
:
String
,
slsUserId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
sls
Logstore
Link copied to clipboard
val
slsLogstore
:
String
The name of the Log Store.
sls
Project
Link copied to clipboard
val
slsProject
:
String
The name of the Project.
sls
Region
Link copied to clipboard
val
slsRegion
:
String
The Sls Region.
sls
User
Id
Link copied to clipboard
val
slsUserId
:
String
?
=
null
The ID of the Sls User.