Uses of Class
software.amazon.awscdk.services.appconfig.Action.Builder
Packages that use Action.Builder
-
Uses of Action.Builder in software.amazon.awscdk.services.appconfig
Methods in software.amazon.awscdk.services.appconfig that return Action.BuilderModifier and TypeMethodDescriptionAction.Builder.actionPoints(List<? extends ActionPoint> actionPoints) The action points that will trigger the extension action.static Action.BuilderAction.Builder.create()Action.Builder.description(String description) The description for the action.Action.Builder.eventDestination(IEventDestination eventDestination) The event destination for the action.Action.Builder.executionRole(IRole executionRole) The execution role for the action.Action.Builder.invokeWithoutExecutionRole(Boolean invokeWithoutExecutionRole) The flag that specifies whether or not to create the execution role.The name for the action.