Skip to content

CertConfigProperty

Initializer

import ros_cdk_fc3
ros_cdk_fc3.RosFunction.CertConfigProperty(
  insecure: typing.Union[bool, IResolvable],
  root_ca_cert_base64: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
insecure typing.Union[bool, ros_cdk_core.IResolvable] No description.
root_ca_cert_base64 typing.Union[str, ros_cdk_core.IResolvable] No description.

insecureRequired

insecure: typing.Union[bool, IResolvable]
  • Type: typing.Union[bool, ros_cdk_core.IResolvable]

root_ca_cert_base64Optional

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