Skip to content

ApplyConfigToMachineGroupProps

Properties for defining a ApplyConfigToMachineGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-applyconfigtomachinegroup

Initializer

import com.aliyun.ros.cdk.sls.ApplyConfigToMachineGroupProps;
ApplyConfigToMachineGroupProps.builder()
//  .configName(java.lang.String)
//  .configName(IResolvable)
//  .groupName(java.lang.String)
//  .groupName(IResolvable)
//  .projectName(java.lang.String)
//  .projectName(IResolvable)
    .build();

Properties

Name Type Description
configName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property configName: Apply config to the config name.
groupName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property groupName: Apply config to the group name.
projectName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property projectName: Apply config to the project name.

configNameOptional

public java.lang.Object getConfigName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property configName: Apply config to the config name.


groupNameOptional

public java.lang.Object getGroupName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property groupName: Apply config to the group name.


projectNameOptional

public java.lang.Object getProjectName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property projectName: Apply config to the project name.