Skip to content

SinkProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new SinkProperty {
    object Bucket,
    object BufferInterval,
    object BufferSize,
    object ContentType,
    object RoleArn,
    object CompressionType = null,
    object ContentDetail = null,
    object DelaySeconds = null,
    object Endpoint = null,
    object PathFormat = null,
    object PathFormatType = null,
    object Prefix = null,
    object Suffix = null,
    object TimeZone = null
};

Properties

Name Type Description
Bucket object No description.
BufferInterval object No description.
BufferSize object No description.
ContentType object No description.
RoleArn object No description.
CompressionType object No description.
ContentDetail object No description.
DelaySeconds object No description.
Endpoint object No description.
PathFormat object No description.
PathFormatType object No description.
Prefix object No description.
Suffix object No description.
TimeZone object No description.

BucketRequired

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

BufferIntervalRequired

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

BufferSizeRequired

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

ContentTypeRequired

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

RoleArnRequired

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

CompressionTypeOptional

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

ContentDetailOptional

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

DelaySecondsOptional

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

EndpointOptional

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

PathFormatOptional

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

PathFormatTypeOptional

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

PrefixOptional

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

SuffixOptional

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

TimeZoneOptional

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