Skip to content

RosRepositoryProps

Properties for defining a RosRepository.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cr-repository

Initializer

import ros_cdk_cr
ros_cdk_cr.RosRepositoryProps(
  repo_name: typing.Union[str, IResolvable],
  repo_namespace: typing.Union[str, IResolvable],
  repo_type: typing.Union[str, IResolvable],
  summary: typing.Union[str, IResolvable],
  detail: typing.Union[str, IResolvable] = None,
  instance_id: typing.Union[str, IResolvable] = None,
  repo_source: typing.Union[IResolvable, RepoSourceProperty] = None,
  tag_immutability: typing.Union[bool, IResolvable] = None
)

Properties

Name Type Description
repo_name typing.Union[str, ros_cdk_core.IResolvable] No description.
repo_namespace typing.Union[str, ros_cdk_core.IResolvable] No description.
repo_type typing.Union[str, ros_cdk_core.IResolvable] No description.
summary typing.Union[str, ros_cdk_core.IResolvable] No description.
detail typing.Union[str, ros_cdk_core.IResolvable] No description.
instance_id typing.Union[str, ros_cdk_core.IResolvable] No description.
repo_source typing.Union[ros_cdk_core.IResolvable, RepoSourceProperty] No description.
tag_immutability typing.Union[bool, ros_cdk_core.IResolvable] No description.

repo_nameRequired

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

repo_namespaceRequired

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

repo_typeRequired

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

summaryRequired

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

detailOptional

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

instance_idOptional

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

repo_sourceOptional

repo_source: typing.Union[IResolvable, RepoSourceProperty]

tag_immutabilityOptional

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