Documentation
¶
Index ¶
- type AWSService
- func (as *AWSService) GetDecryptedText(ticketData string) (string, error)
- func (as *AWSService) GetEncryptedSecret(ticketData string) (string, error)
- func (as *AWSService) GetS3BucketList() ([]types.Bucket, error)
- func (as *AWSService) ObtainAWSRoleWithToken(token string, sessionName string, roleArn string, ttl int32, region string) (AwsCredentials, error)
- type AwsCredentials
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSService ¶
func (*AWSService) GetDecryptedText ¶
func (as *AWSService) GetDecryptedText(ticketData string) (string, error)
func (*AWSService) GetEncryptedSecret ¶
func (as *AWSService) GetEncryptedSecret(ticketData string) (string, error)
func (*AWSService) GetS3BucketList ¶
func (as *AWSService) GetS3BucketList() ([]types.Bucket, error)
func (*AWSService) ObtainAWSRoleWithToken ¶
func (as *AWSService) ObtainAWSRoleWithToken(token string, sessionName string, roleArn string, ttl int32, region string) (AwsCredentials, error)
Click to show internal directories.
Click to hide internal directories.