Documentation
¶
Index ¶
- Constants
- Variables
- func DestroyStack(s DestroyStackRequest) error
- func GetClouProviderCredentials(customCredentials map[string]string) credentials.ProviderCredentials
- func GetTagsAsFilters() (filters []*awsEC2Types.Filter)
- func SetAWSCredentials(ctx context.Context, stack auto.Stack, customCredentials map[string]string) error
- type DestroyStackRequest
Constants ¶
View Source
const ( CONFIG_AWS_REGION string = "aws:region" CONFIG_AWS_ACCESS_KEY string = "aws:accessKey" CONFIG_AWS_SECRET_KEY string = "aws:secretKey" )
Variables ¶
View Source
var DefaultCredentials = GetClouProviderCredentials(nil)
Functions ¶
func DestroyStack ¶
func DestroyStack(s DestroyStackRequest) error
func GetClouProviderCredentials ¶
func GetClouProviderCredentials(customCredentials map[string]string) credentials.ProviderCredentials
func GetTagsAsFilters ¶
func GetTagsAsFilters() (filters []*awsEC2Types.Filter)
Create a list of filters for tags based on the tags added by mapt
Types ¶
type DestroyStackRequest ¶
Click to show internal directories.
Click to hide internal directories.