Skip to content

RosClusterUserKubeconfigProps

Properties for defining a RosClusterUserKubeconfig.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cs-clusteruserkubeconfig

Initializer

from ros_cdk_cs import datasource
datasource.RosClusterUserKubeconfigProps(
  cluster_id: typing.Union[str, IResolvable],
  private_ip_address: typing.Union[bool, IResolvable] = None,
  refresh_options: typing.Union[str, IResolvable] = None,
  temporary_duration_minutes: typing.Union[typing.Union[int, float], IResolvable] = None
)

Properties

Name Type Description
cluster_id typing.Union[str, ros_cdk_core.IResolvable] No description.
private_ip_address typing.Union[bool, ros_cdk_core.IResolvable] No description.
refresh_options typing.Union[str, ros_cdk_core.IResolvable] No description.
temporary_duration_minutes typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable] No description.

cluster_idRequired

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

private_ip_addressOptional

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

refresh_optionsOptional

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

temporary_duration_minutesOptional

temporary_duration_minutes: typing.Union[typing.Union[int, float], IResolvable]
  • Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]