Skip to content

StageConfigProps

Properties for defining a StageConfig.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apigateway-stageconfig

Initializer

import { StageConfigProps } from '@alicloud/ros-cdk-apigateway'
const stageConfigProps: StageConfigProps = { ... }

Properties

Name Type Description
groupId string | @alicloud/ros-cdk-core.IResolvable Property groupId: The id of the Group.
stageName string | @alicloud/ros-cdk-core.IResolvable Property stageName: The name of the Stage.
variables @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any} Property variables: Variables in the stage, key-value pairs.

groupIdRequired

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

Property groupId: The id of the Group.


stageNameRequired

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

Property stageName: The name of the Stage.


variablesRequired

public readonly variables: IResolvable | {[ key: string ]: any};
  • Type: @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any}

Property variables: Variables in the stage, key-value pairs.