Skip to content

OssExportProps

Properties for defining a OssExport.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sls-ossexport

Initializer

import ros_cdk_sls
ros_cdk_sls.OssExportProps(
  configuration: typing.Union[IResolvable, ConfigurationProperty],
  display_name: typing.Union[str, IResolvable],
  export_name: typing.Union[str, IResolvable],
  project_name: typing.Union[str, IResolvable],
  description: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
configuration typing.Union[ros_cdk_core.IResolvable, ConfigurationProperty] Property configuration: The configuration of the export job.
display_name typing.Union[str, ros_cdk_core.IResolvable] Property displayName: The display name of the export job.
export_name typing.Union[str, ros_cdk_core.IResolvable] Property exportName: The name of the export job.
project_name typing.Union[str, ros_cdk_core.IResolvable] Property projectName: The project name of SLS.
description typing.Union[str, ros_cdk_core.IResolvable] Property description: The description of the export job.

configurationRequired

configuration: typing.Union[IResolvable, ConfigurationProperty]

Property configuration: The configuration of the export job.


display_nameRequired

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

Property displayName: The display name of the export job.

It must be 4 to 100 characters in length.


export_nameRequired

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

Property exportName: The name of the export job.

This value should be unique. It must be 2 to 64 characters in length and can contain lowercase letters, digits, hyphens (-), and underscores (_). It must start and end with a lowercase letter or a digit.


project_nameRequired

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

Property projectName: The project name of SLS.


descriptionOptional

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

Property description: The description of the export job.

It could be 0 to 256 characters in length.