Skip to content

RosHandshakeProps

Properties for defining a RosHandshake.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-resourcemanager-handshake

Initializer

import com.aliyun.ros.cdk.resourcemanager.RosHandshakeProps;
RosHandshakeProps.builder()
    .targetEntity(java.lang.String)
    .targetEntity(IResolvable)
    .targetType(java.lang.String)
    .targetType(IResolvable)
//  .note(java.lang.String)
//  .note(IResolvable)
    .build();

Properties

Name Type Description
targetEntity java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
targetType java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
note java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

targetEntityRequired

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

targetTypeRequired

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

noteOptional

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