Skip to content

EnvironmentPlaceholderValues

Return the appropriate values for the environment placeholders.

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cxapi;
new EnvironmentPlaceholderValues {
    string AccountId,
    string Region
};

Properties

Name Type Description
AccountId string Return the account.
Region string Return the region.

AccountIdRequired

public string AccountId { get; set; }
  • Type: string

Return the account.


RegionRequired

public string Region { get; set; }
  • Type: string

Return the region.