Skip to content

ExtAttributesProperty

Initializer

import com.aliyun.ros.cdk.alb.RosAScript.ExtAttributesProperty;
ExtAttributesProperty.builder()
//  .attributeKey(java.lang.String)
//  .attributeKey(IResolvable)
//  .attributeValue(java.lang.String)
//  .attributeValue(IResolvable)
    .build();

Properties

Name Type Description
attributeKey java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
attributeValue java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

attributeKeyOptional

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

attributeValueOptional

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