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.Aws.dll
Syntax
public static class Config
Properties
View Source
AccessKey
The access key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.
Declaration
public static string AccessKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
AllowedAccountIds
Declaration
public static ImmutableArray<string> AllowedAccountIds { get; set; }
Property Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
AssumeRole
Declaration
public static Config.Types.AssumeRole AssumeRole { get; set; }
Property Value
View Source
Endpoints
Declaration
public static ImmutableArray<Config.Types.Endpoints> Endpoints { get; set; }
Property Value
View Source
ForbiddenAccountIds
Declaration
public static ImmutableArray<string> ForbiddenAccountIds { get; set; }
Property Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
Configuration block with settings to ignore resource tags across all resources.
Declaration
public static Config.Types.IgnoreTags IgnoreTags { get; set; }
Property Value
View Source
Insecure
Explicitly allow the provider to perform "insecure" SSL requests. If omitted,default value is false
Declaration
public static bool? Insecure { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
MaxRetries
The maximum number of times an AWS API request is being executed. If the API request still fails, an error is thrown.
Declaration
public static int? MaxRetries { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
View Source
Profile
The profile for API operations. If not set, the default profile created with aws configure will be used.
Declaration
public static string Profile { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Region
The region where AWS operations will take place. Examples are us-east-1, us-west-2, etc.
Declaration
public static string Region { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
S3ForcePathStyle
Declaration
public static bool? S3ForcePathStyle { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
SecretKey
The secret key for API operations. You can retrieve this from the 'Security & Credentials' section of the AWS console.
Declaration
public static string SecretKey { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
SharedCredentialsFile
The path to the shared credentials file. If not set this defaults to ~/.aws/credentials.
Declaration
public static string SharedCredentialsFile { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
SkipCredentialsValidation
Skip the credentials validation via STS API. Used for AWS API implementations that do not have STS
available/implemented.
Declaration
public static bool? SkipCredentialsValidation { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
Skip getting the supported EC2 platforms. Used by users that don't have ec2:DescribeAccountAttributes permissions.
Declaration
public static bool? SkipGetEc2Platforms { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
Declaration
public static bool? SkipMetadataApiCheck { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
SkipRegionValidation
Skip static validation of region name. Used by users of alternative AWS-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> |
|
View Source
SkipRequestingAccountId
Skip requesting the account ID. Used for AWS API implementations that do not have IAM/STS API and/or metadata API.
Declaration
public static bool? SkipRequestingAccountId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
Token
session token. A session token is only required if you are using temporary security credentials.
Declaration
public static string Token { get; set; }
Property Value
| Type |
Description |
| System.String |
|