ExtAttributesProperty
Initializer
import { ExtAttributesProperty } from '@alicloud/ros-cdk-alb'
const extAttributesProperty: ExtAttributesProperty = { ... }
Properties
Name |
Type |
Description |
attributeKey |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
attributeValue |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
attributeKey
Optional
public readonly attributeKey: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
attributeValue
Optional
public readonly attributeValue: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable