Skip to content

RosCustomDomainsProps

Properties for defining a RosCustomDomains.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-fc-customdomains

Initializer

from ros_cdk_fc import datasource
datasource.RosCustomDomainsProps(
  prefix: typing.Union[str, IResolvable] = None,
  refresh_options: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
prefix typing.Union[str, ros_cdk_core.IResolvable] No description.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] No description.

prefixOptional

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

refresh_optionsOptional

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