public static class CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceSLSParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
consumePosition
The consumer offset.
|
String |
logStore
The Simple Log Service Logstore.
|
String |
project
The Simple Log Service project.
|
String |
roleName
The role name.
|
| 构造器和说明 |
|---|
CreateEventStreamingRequestSourceSourceSLSParameters() |
@NameInMap(value="ConsumePosition") public String consumePosition
The consumer offset. The value begin specifies the earliest offset. The value end specifies the latest offset. You can also specify a time in seconds to start consumption.
example:end
@NameInMap(value="LogStore") public String logStore
The Simple Log Service Logstore.
example:sas-log
@NameInMap(value="Project") public String project
The Simple Log Service project.
example:test
@NameInMap(value="RoleName") public String roleName
The role name. If you want to authorize EventBridge to use this role to read logs in Simple Log Service, you must select Alibaba Cloud Service for Selected Trusted Entity and EventBridge for Select Trusted Service when you create the role in the Resource Access Management (RAM) console.
example:testRole
public CreateEventStreamingRequestSourceSourceSLSParameters()
public static CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceSLSParameters build(Map<String,?> map) throws Exception
Exceptionpublic CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceSLSParameters setConsumePosition(String consumePosition)
public String getConsumePosition()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceSLSParameters setLogStore(String logStore)
public String getLogStore()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceSLSParameters setProject(String project)
public String getProject()
public CreateEventStreamingRequest.CreateEventStreamingRequestSourceSourceSLSParameters setRoleName(String roleName)
public String getRoleName()
Copyright © 2026. All rights reserved.