Crate aws_throwaway

Source

Structs§

Aws
Construct this type to create and cleanup aws resources.
AwsBuilder
Ec2Instance
Represents a currently running EC2 instance and provides various methods for interacting with the instance.
Ec2InstanceDefinition
Defines an instance that can be launched via crate::Aws::create_ec2_instance
NetworkInterface

Enums§

CleanupResources
Specify the cleanup process to use.
IngressRestriction
Defines how to derive the ingress rules of the generated security group for external access.
InstanceOs
aws-throwaway needs to manually support each OS, so the only OS’s you can use are those listed in this enum. Support for more (similar) OS’s is welcome via pull request.
InstanceType
When writing a match expression against InstanceType, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.
PlacementStrategy
When writing a match expression against PlacementStrategy, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.