EnvironmentProps
Properties for defining a Environment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-apig-environment
Initializer
import { EnvironmentProps } from '@alicloud/ros-cdk-apig'
const environmentProps: EnvironmentProps = { ... }
Properties
Name | Type | Description |
---|---|---|
environmentName |
string | @alicloud/ros-cdk-core.IResolvable |
Property environmentName: The name of the environment. |
gatewayId |
string | @alicloud/ros-cdk-core.IResolvable |
Property gatewayId: Gateway id. |
description |
string | @alicloud/ros-cdk-core.IResolvable |
Property description: Description of the environment, which can include information such as the purpose of the environment and its owner. |
environmentName
Required
public readonly environmentName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property environmentName: The name of the environment.
gatewayId
Required
public readonly gatewayId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property gatewayId: Gateway id.
description
Optional
public readonly description: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property description: Description of the environment, which can include information such as the purpose of the environment and its owner.