Modules§
- apigateway
- appconfig
- appsync
- cloudfront
- cloudwatch
- dynamodb
- events
- iam
- kms
- lambda
- s3
- secretsmanager
- shared
- sns
- sqs
- stack
- wrappers
- Type-safe wrapper types
Macros§
- dto_
methods - Generated some methods that all resources have by passing in the resource name
- internal_
ref_ struct_ methods - ref_
struct - Generated a ref struct, which is used to reference a given resource when you need it as a dependency of some other resource. To allow the other resources to depend on this one, the ref struct has methods for retrieving the Ref, ARN, and other attributes.
- ref_
struct_ with_ id_ methods - Generated a ref struct, which is used to reference a given resource when you need it as a dependency of some other resource. To allow the other resources to depend on this one, the ref struct has methods for retrieving the Ref, ARN, and other attributes.
- type_
state - Pass in the trait name, followed by names for the state structs that should implement it Values separated by commas