Skip to content

EnvironmentProps

Properties for defining a Environment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-environment

Initializer

import ros_cdk_apig
ros_cdk_apig.EnvironmentProps(
  environment_name: typing.Union[str, IResolvable],
  gateway_id: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
environment_name typing.Union[str, ros_cdk_core.IResolvable] Property environmentName: The name of the environment.
gateway_id typing.Union[str, ros_cdk_core.IResolvable] Property gatewayId: Gateway id.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: Description of the environment, which can include information such as the purpose of the environment and its owner.

environment_nameRequired

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

Property environmentName: The name of the environment.


gateway_idRequired

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

Property gatewayId: Gateway id.


descriptionOptional

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

Property description: Description of the environment, which can include information such as the purpose of the environment and its owner.