Skip to content

RepoSourceProperty

Initializer

import ros_cdk_cr
ros_cdk_cr.RosRepository.RepoSourceProperty(
  is_auto_build: typing.Union[bool, IResolvable],
  is_disable_cache: typing.Union[bool, IResolvable],
  is_oversea: typing.Union[bool, IResolvable],
  source_repo_name: typing.Union[str, IResolvable],
  source_repo_namespace: typing.Union[str, IResolvable],
  source_repo_type: typing.Union[str, IResolvable]
)

Properties

Name Type Description
is_auto_build typing.Union[bool, ros_cdk_core.IResolvable] No description.
is_disable_cache typing.Union[bool, ros_cdk_core.IResolvable] No description.
is_oversea typing.Union[bool, ros_cdk_core.IResolvable] No description.
source_repo_name typing.Union[str, ros_cdk_core.IResolvable] No description.
source_repo_namespace typing.Union[str, ros_cdk_core.IResolvable] No description.
source_repo_type typing.Union[str, ros_cdk_core.IResolvable] No description.

is_auto_buildRequired

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

is_disable_cacheRequired

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

is_overseaRequired

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

source_repo_nameRequired

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

source_repo_namespaceRequired

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

source_repo_typeRequired

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