Skip to content

RosLayerProps

Properties for defining a RosLayer.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-fc-layer

Initializer

import com.aliyun.ros.cdk.fc.RosLayerProps;
RosLayerProps.builder()
    .code(IResolvable)
    .code(CodeProperty)
    .compatibleRuntime(IResolvable)
    .compatibleRuntime(java.util.List<java.lang.String)
    .compatibleRuntime(IResolvable>)
    .layerName(java.lang.String)
    .layerName(IResolvable)
//  .description(java.lang.String)
//  .description(IResolvable)
    .build();

Properties

Name Type Description
code com.aliyun.ros.cdk.core.IResolvable OR CodeProperty No description.
compatibleRuntime com.aliyun.ros.cdk.core.IResolvable OR java.util.List No description.
layerName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
description java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.

codeRequired

public java.lang.Object getCode();

compatibleRuntimeRequired

public java.lang.Object getCompatibleRuntime();
  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

layerNameRequired

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

descriptionOptional

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