MetadataEntry
Backwards compatibility for when 'MetadataEntry' was defined here.
This is necessary because its used as an input in the stable
Initializer
import { MetadataEntry } from '@alicloud/ros-cdk-cxapi'
const metadataEntry: MetadataEntry = { ... }
Properties
| Name | Type | Description |
|---|---|---|
type | string | The type of the metadata entry. |
data | string | @alicloud/ros-cdk-assembly-schema.Tag[] | The data. |
trace | string[] | A stack trace for when the entry was created. |
~~type~~Required
- Deprecated: moved to package 'ros-assembly-schema'
public readonly type: string;
- Type: string
The type of the metadata entry.
~~data~~Optional
- Deprecated: moved to package 'ros-assembly-schema'
public readonly data: string | Tag[];
- Type: string | @alicloud/ros-cdk-assembly-schema.Tag[]
- Default: no data.
The data.
~~trace~~Optional
- Deprecated: moved to package 'ros-assembly-schema'
public readonly trace: string[];
- Type: string[]
- Default: no trace.
A stack trace for when the entry was created.