Skip to content

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.

attributeKeyOptional

public readonly attributeKey: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

attributeValueOptional

public readonly attributeValue: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable