public static class GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkSLSParametersRoleName
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
form
The method that is used to transform the event.
|
String |
template
The template style.
|
String |
value
The role name.
|
| 构造器和说明 |
|---|
GetEventStreamingResponseBodyDataSinkSinkSLSParametersRoleName() |
@NameInMap(value="Form") public String form
The method that is used to transform the event. Default value: CONSTANT.
example:CONSTANT
@NameInMap(value="Template") public String template
The template style.
@NameInMap(value="Value") public String value
The role name. If you want to authorize EventBridge to use this role to read logs in 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 GetEventStreamingResponseBodyDataSinkSinkSLSParametersRoleName()
public static GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkSLSParametersRoleName build(Map<String,?> map) throws Exception
Exceptionpublic GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkSLSParametersRoleName setForm(String form)
public String getForm()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkSLSParametersRoleName setTemplate(String template)
public String getTemplate()
public GetEventStreamingResponseBody.GetEventStreamingResponseBodyDataSinkSinkSLSParametersRoleName setValue(String value)
public String getValue()
Copyright © 2026. All rights reserved.