SlsGroupProps
Properties for defining a SlsGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-slsgroup
Initializer
import com.aliyun.ros.cdk.cms.SlsGroupProps;
SlsGroupProps.builder()
.slsGroupConfig(IResolvable)
.slsGroupConfig(java.util.List<IResolvable)
.slsGroupConfig(SlsGroupConfigProperty>)
.slsGroupName(java.lang.String)
.slsGroupName(IResolvable)
// .slsGroupDescription(java.lang.String)
// .slsGroupDescription(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
slsGroupConfig |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property slsGroupConfig: The configurations of the Logstore group.Valid values of N: 1 to 25. |
slsGroupName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property slsGroupName: The name of the Logstore group.The name must be 2 to 32 characters in length and can contain uppercase letters, lowercase letters, digits, and underscores (_). The name must start with a letter. |
slsGroupDescription |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property slsGroupDescription: The description of the Logstore group. |
slsGroupConfig
Required
public java.lang.Object getSlsGroupConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
SlsGroupConfigProperty>
Property slsGroupConfig: The configurations of the Logstore group.Valid values of N: 1 to 25.
slsGroupName
Required
public java.lang.Object getSlsGroupName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property slsGroupName: The name of the Logstore group.The name must be 2 to 32 characters in length and can contain uppercase letters, lowercase letters, digits, and underscores (_). The name must start with a letter.
slsGroupDescription
Optional
public java.lang.Object getSlsGroupDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property slsGroupDescription: The description of the Logstore group.