Class HandlerPermissionMapper
- java.lang.Object
-
- software.amazon.smithy.aws.cloudformation.schema.fromsmithy.mappers.HandlerPermissionMapper
-
- All Implemented Interfaces:
CfnMapper
public final class HandlerPermissionMapper extends java.lang.Object implements CfnMapper
Generates the resource's handler permissions list based on the lifecycle operation used and any permissions listed in theaws.iam#requiredActions
trait.- See Also:
- handlers Docs
-
-
Constructor Summary
Constructors Constructor Description HandlerPermissionMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
-
-
-
-
Method Detail
-
before
public void before(Context context, ResourceSchema.Builder resourceSchema)
Description copied from interface:CfnMapper
Updates an ResourceSchema.Builder before converting the model.
-
-