Uses of Enum
software.amazon.awscdk.services.appconfig.ActionPoint

Packages that use ActionPoint
Package
Description
AWS AppConfig Construct Library
  • Uses of ActionPoint in software.amazon.awscdk.services.appconfig

    Modifier and Type
    Method
    Description
    ActionPoint.valueOf(String name)
    Returns the enum constant of this type with the specified name.
    static ActionPoint[]
    ActionPoint.values()
    Returns an array containing the constants of this enum type, in the order they are declared.
    Methods in software.amazon.awscdk.services.appconfig that return types with arguments of type ActionPoint
    Modifier and Type
    Method
    Description
    The action points that will trigger the extension action.
    ActionProps.getActionPoints()
    The action points that will trigger the extension action.
    ActionProps.Jsii$Proxy.getActionPoints()
     
    Methods in software.amazon.awscdk.services.appconfig with parameters of type ActionPoint
    Modifier and Type
    Method
    Description
    void
    Application.on(ActionPoint actionPoint, IEventDestination eventDestination)
    Adds an extension defined by the action point and event destination and also creates an extension association to an application.
    void
    Application.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options)
    Adds an extension defined by the action point and event destination and also creates an extension association to an application.
    void
    Environment.on(ActionPoint actionPoint, IEventDestination eventDestination)
    Adds an extension defined by the action point and event destination and also creates an extension association to the environment.
    void
    Environment.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options)
    Adds an extension defined by the action point and event destination and also creates an extension association to the environment.
    void
    ExtensibleBase.on(ActionPoint actionPoint, IEventDestination eventDestination)
    Adds an extension defined by the action point and event destination and also creates an extension association to the derived resource.
    void
    ExtensibleBase.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options)
    Adds an extension defined by the action point and event destination and also creates an extension association to the derived resource.
    void
    HostedConfiguration.on(ActionPoint actionPoint, IEventDestination eventDestination)
    Adds an extension defined by the action point and event destination and also creates an extension association to the configuration profile.
    void
    HostedConfiguration.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options)
    Adds an extension defined by the action point and event destination and also creates an extension association to the configuration profile.
    default void
    IApplication.Jsii$Default.on(ActionPoint actionPoint, IEventDestination eventDestination)
    Adds an extension defined by the action point and event destination and also creates an extension association to an application.
    default void
    IApplication.Jsii$Default.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options)
    Adds an extension defined by the action point and event destination and also creates an extension association to an application.
    final void
    IApplication.Jsii$Proxy.on(ActionPoint actionPoint, IEventDestination eventDestination)
    Adds an extension defined by the action point and event destination and also creates an extension association to an application.
    void
    IApplication.on(ActionPoint actionPoint, IEventDestination eventDestination)
    Adds an extension defined by the action point and event destination and also creates an extension association to an application.
    void
    IApplication.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options)
    Adds an extension defined by the action point and event destination and also creates an extension association to an application.
    default void
    IEnvironment.Jsii$Default.on(ActionPoint actionPoint, IEventDestination eventDestination)
    Adds an extension defined by the action point and event destination and also creates an extension association to the environment.
    default void
    IEnvironment.Jsii$Default.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options)
    Adds an extension defined by the action point and event destination and also creates an extension association to the environment.
    final void
    IEnvironment.Jsii$Proxy.on(ActionPoint actionPoint, IEventDestination eventDestination)
    Adds an extension defined by the action point and event destination and also creates an extension association to the environment.
    void
    IEnvironment.on(ActionPoint actionPoint, IEventDestination eventDestination)
    Adds an extension defined by the action point and event destination and also creates an extension association to the environment.
    void
    IEnvironment.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options)
    Adds an extension defined by the action point and event destination and also creates an extension association to the environment.
    default void
    IExtensible.Jsii$Default.on(ActionPoint actionPoint, IEventDestination eventDestination)
    Adds an extension defined by the action point and event destination and also creates an extension association to the derived resource.
    default void
    IExtensible.Jsii$Default.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options)
    Adds an extension defined by the action point and event destination and also creates an extension association to the derived resource.
    final void
    IExtensible.Jsii$Proxy.on(ActionPoint actionPoint, IEventDestination eventDestination)
    Adds an extension defined by the action point and event destination and also creates an extension association to the derived resource.
    void
    IExtensible.on(ActionPoint actionPoint, IEventDestination eventDestination)
    Adds an extension defined by the action point and event destination and also creates an extension association to the derived resource.
    void
    IExtensible.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options)
    Adds an extension defined by the action point and event destination and also creates an extension association to the derived resource.
    void
    SourcedConfiguration.on(ActionPoint actionPoint, IEventDestination eventDestination)
    Adds an extension defined by the action point and event destination and also creates an extension association to the configuration profile.
    void
    SourcedConfiguration.on(ActionPoint actionPoint, IEventDestination eventDestination, ExtensionOptions options)
    Adds an extension defined by the action point and event destination and also creates an extension association to the configuration profile.
    Method parameters in software.amazon.awscdk.services.appconfig with type arguments of type ActionPoint
    Modifier and Type
    Method
    Description
    Action.Builder.actionPoints(List<? extends ActionPoint> actionPoints)
    The action points that will trigger the extension action.
    ActionProps.Builder.actionPoints(List<? extends ActionPoint> actionPoints)