public static class UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkSLSParametersRoleName
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
form
The method that you want to use to transform events.
|
String |
template
None.
|
String |
value
The role name.
|
| 构造器和说明 |
|---|
UpdateEventStreamingRequestSinkSinkSLSParametersRoleName() |
@NameInMap(value="Form") public String form
The method that you want to use to transform events. Default value: CONSTANT.
example:CONSTANT
@NameInMap(value="Template") public String template
None.
@NameInMap(value="Value") public String value
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 RAM console.
example:testRole
public UpdateEventStreamingRequestSinkSinkSLSParametersRoleName()
public static UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkSLSParametersRoleName build(Map<String,?> map) throws Exception
Exceptionpublic UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkSLSParametersRoleName setForm(String form)
public String getForm()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkSLSParametersRoleName setTemplate(String template)
public String getTemplate()
public UpdateEventStreamingRequest.UpdateEventStreamingRequestSinkSinkSLSParametersRoleName setValue(String value)
public String getValue()
Copyright © 2026. All rights reserved.