aws

package
v0.0.0-...-c960f46 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2025 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package aws implements communication with AWS API and creates login URL.

Index

Constants

View Source
const ConsoleURL = "https://console.aws.amazon.com/"

ConsoleURL ...

View Source
const DefaultDurationSeconds = 3600

DefaultDurationSeconds ...

View Source
const DefaultSourceProfile = "default"

DefaultSourceProfile ...

View Source
const FederationURL = "https://signin.aws.amazon.com/federation"

FederationURL ...

View Source
const Issuer = "IssuedByAlug"

Issuer ...

Variables

This section is empty.

Functions

func CreateLoginURL

func CreateLoginURL(c *internal.Config) (string, error)

CreateLoginURL ...

Types

type SigninTokenCredentials

type SigninTokenCredentials struct {
	SessionID    string `json:"sessionId"`
	SessionKey   string `json:"sessionKey"`
	SessionToken string `json:"sessionToken"`
}

SigninTokenCredentials ...

type SigninTokenResponse

type SigninTokenResponse struct {
	SigninToken string `json:"SigninToken"`
}

SigninTokenResponse ...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL