Skip to content

EnvironmentProps

Properties for defining a Environment.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkapig"
&alicloudroscdkapig.EnvironmentProps {
    EnvironmentName: interface{},
    GatewayId: interface{},
    Description: interface{},
}

Properties

Name Type Description
EnvironmentName interface{} Property environmentName: The name of the environment.
GatewayId interface{} Property gatewayId: Gateway id.
Description interface{} Property description: Description of the environment, which can include information such as the purpose of the environment and its owner.

EnvironmentNameRequired

EnvironmentName interface{}
  • Type: interface{}

Property environmentName: The name of the environment.


GatewayIdRequired

GatewayId interface{}
  • Type: interface{}

Property gatewayId: Gateway id.


DescriptionOptional

Description interface{}
  • Type: interface{}

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