Class HandlerPermissionMapper
java.lang.Object
software.amazon.smithy.aws.cloudformation.schema.fromsmithy.mappers.HandlerPermissionMapper
- All Implemented Interfaces:
CfnMapper
Generates the resource's handler permissions list based on the lifecycle operation
used and any permissions listed in the
aws.iam#requiredActions
trait.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
before
(Context context, ResourceSchema.Builder resourceSchema) Updates an ResourceSchema.Builder before converting the model.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.smithy.aws.cloudformation.schema.fromsmithy.CfnMapper
after, getOrder, updateNode
-
Constructor Details
-
HandlerPermissionMapper
public HandlerPermissionMapper()
-
-
Method Details