Skip to content

SinkProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksls"
&alicloudroscdksls.SinkProperty {
    Bucket: interface{},
    BufferInterval: interface{},
    BufferSize: interface{},
    ContentType: interface{},
    RoleArn: interface{},
    CompressionType: interface{},
    ContentDetail: interface{},
    DelaySeconds: interface{},
    Endpoint: interface{},
    PathFormat: interface{},
    PathFormatType: interface{},
    Prefix: interface{},
    Suffix: interface{},
    TimeZone: interface{},
}

Properties

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

BucketRequired

Bucket interface{}
  • Type: interface{}

BufferIntervalRequired

BufferInterval interface{}
  • Type: interface{}

BufferSizeRequired

BufferSize interface{}
  • Type: interface{}

ContentTypeRequired

ContentType interface{}
  • Type: interface{}

RoleArnRequired

RoleArn interface{}
  • Type: interface{}

CompressionTypeOptional

CompressionType interface{}
  • Type: interface{}

ContentDetailOptional

ContentDetail interface{}
  • Type: interface{}

DelaySecondsOptional

DelaySeconds interface{}
  • Type: interface{}

EndpointOptional

Endpoint interface{}
  • Type: interface{}

PathFormatOptional

PathFormat interface{}
  • Type: interface{}

PathFormatTypeOptional

PathFormatType interface{}
  • Type: interface{}

PrefixOptional

Prefix interface{}
  • Type: interface{}

SuffixOptional

Suffix interface{}
  • Type: interface{}

TimeZoneOptional

TimeZone interface{}
  • Type: interface{}