package
1.0.4
Repository: https://github.com/andrewderr/cloud-nuke-a1.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

GetAllRegisteredResources - returns a list of all registered resources without initialization.
GetAllResources - Lists all aws resources.
GetAndInitRegisteredResources - returns a list of all registered resources with initialization.
GetEnabledRegions - Get all regions that are enabled (DescribeRegions excludes those not enabled by default).
GetTargetRegions - Used enabled, selected and excluded regions to create a final list of valid regions.
HandleResourceTypeSelections accepts a slice of target resourceTypes and a slice of resourceTypes to exclude.
IsNukeable - Checks if we should nuke a resource or not.
IsValidResourceType - Checks if a resourceType is valid or not.
ListResourceTypes - Returns list of resources which can be passed to --resource-type.
NewQuery configures and returns a Query struct that can be passed into the InspectResources method.
No description provided by the author
NukeAllResources - Nukes all aws resources.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

GovCloudRegions contains all of the U.S.
OptInNotRequiredRegions contains all regions that are enabled by default on new AWS accounts Beginning in Spring 2019, AWS requires new regions to be explicitly enabled See https://aws.amazon.com/blogs/security/setting-permissions-to-enable-accounts-for-upcoming-aws-regions/.

# Structs

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
Query is a struct that represents the desired parameters for scanning resources within a given account.
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author