package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev
# Functions
Create is a method to create a stack using create option.
Delete is a method to remove a stack using stack name and delete option.
Deploy is a method to deploy a terraform script using given parameters.
ListAll is a method to query all stacks and returns a stack list.
ListAllEvents is a method to query all events for a specified stack using given parameters.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Agency is an object that represents the IAC agency configuration.
CreateOpts is the structure used to create a stack.
CreateResp is the structure that represents the API response of the 'Create' method, which contains stack ID and the deployment ID.
DeleteOpts is the structure used to remove a stack.
DeployOpts is the structure used to deploy a terraform script.
Encryption is an object that represents the KMS usage for variables.
KmsStructure is an object that represents the encrypt structure.
ListEventsOpts allows to filter list data using given parameters.
Stack is the structure that represents the details of the resource stack.
StackEvent is the structure that represents the details of the current execution event.
VarsStructure is an object that represents the variable structure details.