Skip to content

MetadataEntry

A metadata entry in a cloud assembly artifact.

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema"
&alicloudroscdkassemblyschema.MetadataEntry {
    Type: *string,
    Data: interface{},
    Trace: *[]*string,
}

Properties

Name Type Description
Type *string The type of the metadata entry.
Data interface{} The data.
Trace []string A stack trace for when the entry was created.

TypeRequired

Type *string
  • Type: *string

The type of the metadata entry.


DataOptional

Data interface{}
  • Type: interface{}
  • Default: no data.

The data.


TraceOptional

Trace *[]*string
  • Type: []string
  • Default: no trace.

A stack trace for when the entry was created.