SinksProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sls;
new SinksProperty {
object Logstore,
object Name,
object Project,
object Endpoint = null,
object RoleArn = null,
object Type = null
};
Properties
Name |
Type |
Description |
Logstore |
object |
No description. |
Name |
object |
No description. |
Project |
object |
No description. |
Endpoint |
object |
No description. |
RoleArn |
object |
No description. |
Type |
object |
No description. |
Logstore
Required
public object Logstore { get; set; }
Name
Required
public object Name { get; set; }
Project
Required
public object Project { get; set; }
Endpoint
Optional
public object Endpoint { get; set; }
RoleArn
Optional
public object RoleArn { get; set; }
Type
Optional
public object Type { get; set; }