Skip to content

StageConfigProps

Properties for defining a StageConfig.

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

Initializer

import ros_cdk_apigateway
ros_cdk_apigateway.StageConfigProps(
  group_id: typing.Union[str, IResolvable],
  stage_name: typing.Union[str, IResolvable],
  variables: typing.Union[IResolvable, typing.Mapping[typing.Any]]
)

Properties

Name Type Description
group_id typing.Union[str, ros_cdk_core.IResolvable] Property groupId: The id of the Group.
stage_name typing.Union[str, ros_cdk_core.IResolvable] Property stageName: The name of the Stage.
variables typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]] Property variables: Variables in the stage, key-value pairs.

group_idRequired

group_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property groupId: The id of the Group.


stage_nameRequired

stage_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property stageName: The name of the Stage.


variablesRequired

variables: typing.Union[IResolvable, typing.Mapping[typing.Any]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.Mapping[typing.Any]]

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