EnvironmentUtils
Initializers
import ros_cdk_cxapi
ros_cdk_cxapi.EnvironmentUtils()
| Name | Type | Description | 
|---|---|---|
Static Functions
| Name | Description | 
|---|---|
| format | Format an environment string from an account and region. | 
| make | Build an environment object from an account and region. | 
| parse | No description. | 
format 
import ros_cdk_cxapi
ros_cdk_cxapi.EnvironmentUtils.format(
  account: str,
  region: str
)
Format an environment string from an account and region.
- Type: str
- Type: str
make 
import ros_cdk_cxapi
ros_cdk_cxapi.EnvironmentUtils.make(
  account: str,
  region: str
)
Build an environment object from an account and region.
- Type: str
- Type: str
parse 
import ros_cdk_cxapi
ros_cdk_cxapi.EnvironmentUtils.parse(
  environment: str
)
- Type: str