Skip to main content

Crate rusty_cdk_core

Crate rusty_cdk_core 

Source

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