Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Interface IAwsConfiguration

    Inherited Members
    IConfiguration.SecretKey
    IConfiguration.AccessKey
    IConfiguration.Region
    Namespace: Innovt.Cloud.AWS.Configuration
    Assembly: Innovt.Cloud.AWS.dll
    Syntax
    [CLSCompliant(false)]
    public interface IAwsConfiguration : IConfiguration

    Properties

    | Edit this page View Source

    AccountNumber

    Declaration
    string AccountNumber { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Profile

    Declaration
    string Profile { get; set; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    GetCredential()

    Declaration
    AWSCredentials GetCredential()
    Returns
    Type Description
    AWSCredentials

    Extension Methods

    Extensions.IsNull(object)
    Extensions.ToStringOrDefault(object)
    SimpleMapper.MapTo<T1>(object)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX