Skip to content

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; }
  • Type: object

NameRequired

public object Name { get; set; }
  • Type: object

ProjectRequired

public object Project { get; set; }
  • Type: object

EndpointOptional

public object Endpoint { get; set; }
  • Type: object

RoleArnOptional

public object RoleArn { get; set; }
  • Type: object

TypeOptional

public object Type { get; set; }
  • Type: object