Interface CloudwatchEventTargetHttpTarget

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    CloudwatchEventTargetHttpTarget.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:50.987Z")
    @Stability(Stable)
    public interface CloudwatchEventTargetHttpTarget
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getHeaderParameters

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getHeaderParameters()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#header_parameters CloudwatchEventTarget#header_parameters}.
      • getPathParameterValues

        @Stability(Stable)
        @Nullable
        default List<String> getPathParameterValues()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#path_parameter_values CloudwatchEventTarget#path_parameter_values}.
      • getQueryStringParameters

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getQueryStringParameters()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/cloudwatch_event_target#query_string_parameters CloudwatchEventTarget#query_string_parameters}.