Skip to content

OssExportProps

Properties for defining a OssExport.

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

Initializer

import com.aliyun.ros.cdk.sls.OssExportProps;
OssExportProps.builder()
    .configuration(IResolvable)
    .configuration(ConfigurationProperty)
    .displayName(java.lang.String)
    .displayName(IResolvable)
    .exportName(java.lang.String)
    .exportName(IResolvable)
    .projectName(java.lang.String)
    .projectName(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
    .build();

Properties

Name Type Description
configuration com.aliyun.ros.cdk.core.IResolvable OR ConfigurationProperty Property configuration: The configuration of the export job.
displayName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property displayName: The display name of the export job.
exportName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property exportName: The name of the export job.
projectName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property projectName: The project name of SLS.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property description: The description of the export job.

configurationRequired

public java.lang.Object getConfiguration();

Property configuration: The configuration of the export job.


displayNameRequired

public java.lang.Object getDisplayName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property displayName: The display name of the export job.

It must be 4 to 100 characters in length.


exportNameRequired

public java.lang.Object getExportName();
  • Type: java.lang.String OR com.aliyun.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.


projectNameRequired

public java.lang.Object getProjectName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property projectName: The project name of SLS.


descriptionOptional

public java.lang.Object getDescription();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property description: The description of the export job.

It could be 0 to 256 characters in length.