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. |
LogstoreRequired
public object Logstore { get; set; }
NameRequired
public object Name { get; set; }
ProjectRequired
public object Project { get; set; }
EndpointOptional
public object Endpoint { get; set; }
RoleArnOptional
public object RoleArn { get; set; }
TypeOptional
public object Type { get; set; }