-
Notifications
You must be signed in to change notification settings - Fork 6
Resource Traits
This wiki contains a mapping between Smithy Resource traits and generated Ruby code.
Resource traits will not be supported at this time.
Allows the binding of resource properties to occur within a nested structure deeper than the lifecycle operation's input or output shape.
See Smithy Documentation for details.
Indicates that a top-level input or output shape member is not bound to a resource property.
See Smithy Documentation for details.
Indicates that the put lifecycle operation of a resource can only be used to create a resource and cannot replace an existing resource.
See Smithy Documentation for details.
Binds a top-level input or output structure member to a resource property with a different name.
See Smithy Documentation for details.
Defines a design-time reference to Resource shapes. Resource references allow tooling to understand the relationships between resources and how to dereference the location of a resource.
See Smithy Documentation for details.
Indicates that the targeted structure member provides an identifier for a resource.
See Smithy Documentation for details.