Skip to content

HttpGetProperty

Initializer

import ros_cdk_edas
ros_cdk_edas.RosK8sApplication.HttpGetProperty(
  host: typing.Union[str, IResolvable] = None,
  http_headers: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, HttpHeadersProperty]]] = None,
  path: typing.Union[str, IResolvable] = None,
  port: typing.Union[str, IResolvable] = None,
  scheme: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
host typing.Union[str, ros_cdk_core.IResolvable] No description.
http_headers typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, HttpHeadersProperty]]] No description.
path typing.Union[str, ros_cdk_core.IResolvable] No description.
port typing.Union[str, ros_cdk_core.IResolvable] No description.
scheme typing.Union[str, ros_cdk_core.IResolvable] No description.

hostOptional

host: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

http_headersOptional

http_headers: typing.Union[IResolvable, typing.List[typing.Union[IResolvable, HttpHeadersProperty]]]
  • Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[ros_cdk_core.IResolvable, HttpHeadersProperty]]]

pathOptional

path: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

portOptional

port: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

schemeOptional

scheme: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]