Enum HttpIntegrationSubtype

java.lang.Object
java.lang.Enum<HttpIntegrationSubtype>
software.amazon.awscdk.services.apigatewayv2.HttpIntegrationSubtype
All Implemented Interfaces:
Serializable, Comparable<HttpIntegrationSubtype>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:43.258Z") @Stability(Experimental) public enum HttpIntegrationSubtype extends Enum<HttpIntegrationSubtype>
(experimental) Supported integration subtypes.

See Also:
  • Enum Constant Details

    • EVENTBRIDGE_PUT_EVENTS

      @Stability(Experimental) public static final HttpIntegrationSubtype EVENTBRIDGE_PUT_EVENTS
      (experimental) EventBridge PutEvents integration.
    • SQS_SEND_MESSAGE

      @Stability(Experimental) public static final HttpIntegrationSubtype SQS_SEND_MESSAGE
      (experimental) SQS SendMessage integration.
    • SQS_RECEIVE_MESSAGE

      @Stability(Experimental) public static final HttpIntegrationSubtype SQS_RECEIVE_MESSAGE
      (experimental) SQS ReceiveMessage integration,.
    • SQS_DELETE_MESSAGE

      @Stability(Experimental) public static final HttpIntegrationSubtype SQS_DELETE_MESSAGE
      (experimental) SQS DeleteMessage integration,.
    • SQS_PURGE_QUEUE

      @Stability(Experimental) public static final HttpIntegrationSubtype SQS_PURGE_QUEUE
      (experimental) SQS PurgeQueue integration.
    • APPCONFIG_GET_CONFIGURATION

      @Stability(Experimental) public static final HttpIntegrationSubtype APPCONFIG_GET_CONFIGURATION
      (experimental) AppConfig GetConfiguration integration.
    • KINESIS_PUT_RECORD

      @Stability(Experimental) public static final HttpIntegrationSubtype KINESIS_PUT_RECORD
      (experimental) Kinesis PutRecord integration.
    • STEPFUNCTIONS_START_EXECUTION

      @Stability(Experimental) public static final HttpIntegrationSubtype STEPFUNCTIONS_START_EXECUTION
      (experimental) Step Functions StartExecution integration.
    • STEPFUNCTIONS_START_SYNC_EXECUTION

      @Stability(Experimental) public static final HttpIntegrationSubtype STEPFUNCTIONS_START_SYNC_EXECUTION
      (experimental) Step Functions StartSyncExecution integration.
    • STEPFUNCTIONS_STOP_EXECUTION

      @Stability(Experimental) public static final HttpIntegrationSubtype STEPFUNCTIONS_STOP_EXECUTION
      (experimental) Step Functions StopExecution integration.
  • Method Details

    • values

      public static HttpIntegrationSubtype[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static HttpIntegrationSubtype valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null