Class Config
Inheritance
System.Object
Config
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.AliCloud.dll
Syntax
public static class Config
Properties
View Source
AccessKey
The access key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud
console.
Declaration
public static string AccessKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
AccountId
The account ID for some service API operations. You can retrieve this from the 'Security Settings' section of the
Alibaba Cloud console.
Declaration
public static string AccountId { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
AssumeRole
Declaration
public static Config.Types.AssumeRole AssumeRole { get; set; }
Property Value
View Source
ConfigurationSource
Use this to mark a terraform configuration file source.
Declaration
public static string ConfigurationSource { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
EcsRoleName
The RAM Role Name attached on a ECS instance for API operations. You can retrieve this from the 'Access Control' section
of the Alibaba Cloud console.
Declaration
public static string EcsRoleName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Endpoints
Declaration
public static ImmutableArray<Config.Types.Endpoints> Endpoints { get; set; }
Property Value
View Source
Fc
Declaration
public static string Fc { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
LogEndpoint
Declaration
public static string LogEndpoint { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
MnsEndpoint
Declaration
public static string MnsEndpoint { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
OtsInstanceName
Declaration
public static string OtsInstanceName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Profile
The profile for API operations. If not set, the default profile created with aliyun configure will be used.
Declaration
public static string Profile { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Protocol
Declaration
public static string Protocol { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Region
The region where Alibaba Cloud operations will take place. Examples are cn-beijing, cn-hangzhou, eu-central-1, etc.
Declaration
public static string Region { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
SecretKey
The secret key for API operations. You can retrieve this from the 'Security Management' section of the Alibaba Cloud
console.
Declaration
public static string SecretKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
SecurityToken
security token. A security token is only required if you are using Security Token Service.
Declaration
public static string SecurityToken { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
SharedCredentialsFile
The path to the shared credentials file. If not set this defaults to ~/.aliyun/config.json
Declaration
public static string SharedCredentialsFile { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
SkipRegionValidation
Skip static validation of region ID. Used by users of alternative AlibabaCloud-like APIs or users w/ access to regions
that are not public (yet).
Declaration
public static bool? SkipRegionValidation { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|