EnvironmentPlaceholderValues
Return the appropriate values for the environment placeholders.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcxapi"
&alicloudroscdkcxapi.EnvironmentPlaceholderValues {
AccountId: *string,
Region: *string,
}
Properties
Name | Type | Description |
---|---|---|
AccountId |
*string |
Return the account. |
Region |
*string |
Return the region. |
AccountId
Required
AccountId *string
- Type: *string
Return the account.
Region
Required
Region *string
- Type: *string
Return the region.