Innovt Platform
Search Results for

    Show / Hide Table of Contents

    Interface IAssumeRoleAwsConfiguration

    Represents the configuration for assuming an AWS IAM role.

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

    Properties

    | Edit this page View Source

    ExternalId

    Gets or sets an external identifier used when assuming the IAM role (optional).

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

    RoleArn

    Gets or sets the Amazon Resource Name (ARN) of the IAM role to be assumed.

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

    RoleSessionName

    Gets or sets the name of the assumed role session (optional).

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

    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