RosStackArtifact
Initializers
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcxapi"
alicloudroscdkcxapi.NewRosStackArtifact(assembly CloudAssembly, artifactId *string, artifact ArtifactManifest) RosStackArtifact
Name | Type | Description |
---|---|---|
assembly |
CloudAssembly |
No description. |
artifactId |
*string |
No description. |
artifact |
github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema.ArtifactManifest |
No description. |
assembly
Required
- Type: CloudAssembly
artifactId
Required
- Type: *string
artifact
Required
- Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema.ArtifactManifest
Methods
Name | Description |
---|---|
FindMetadataByType |
No description. |
FindMetadataByType
func FindMetadataByType(type *string) *[]MetadataEntryResult
- Type: *string
Static Functions
Name | Description |
---|---|
FromManifest |
Returns a subclass of CloudArtifact based on the artifact type defined in the artifact manifest. |
FromManifest
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcxapi"
alicloudroscdkcxapi.RosStackArtifact_FromManifest(assembly CloudAssembly, id *string, artifact ArtifactManifest) CloudArtifact
Returns a subclass of CloudArtifact
based on the artifact type defined in the artifact manifest.
- Type: CloudAssembly
The cloud assembly from which to load the artifact.
- Type: *string
The artifact ID.
- Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema.ArtifactManifest
The artifact manifest.
Properties
Name | Type | Description |
---|---|---|
Assembly |
CloudAssembly |
No description. |
Id |
*string |
No description. |
Manifest |
github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema.ArtifactManifest |
The artifact's manifest. |
Messages |
*[]SynthesisMessage |
The set of messages extracted from the artifact's metadata. |
Dependencies |
*[]CloudArtifact |
Returns all the artifacts that this artifact depends on. |
DisplayName |
*string |
A string that represents this stack. |
Name |
*string |
The physical name of this stack. |
OriginalName |
*string |
The original name as defined in the CDK app. |
Parameters |
map[string]string |
ROS parameters to pass to the stack. |
StackName |
*string |
The physical name of this stack. |
Tags |
interface{} |
No description. |
Template |
interface{} |
The ROS template for this stack. |
TemplateFile |
*string |
The file name of the template. |
Assembly
Required
func Assembly() CloudAssembly
- Type: CloudAssembly
Id
Required
func Id() *string
- Type: *string
Manifest
Required
func Manifest() ArtifactManifest
- Type: github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema.ArtifactManifest
The artifact's manifest.
Messages
Required
func Messages() *[]SynthesisMessage
- Type: *[]SynthesisMessage
The set of messages extracted from the artifact's metadata.
Dependencies
Optional
func Dependencies() *[]CloudArtifact
- Type: *[]CloudArtifact
Returns all the artifacts that this artifact depends on.
DisplayName
Required
func DisplayName() *string
- Type: *string
A string that represents this stack.
Should only be used in user interfaces.
If the stackName and artifactId are the same, it will just return that. Otherwise,
it will return something like "
~~Name
~~Required
- Deprecated: renamed to
stackName
func Name() *string
- Type: *string
The physical name of this stack.
OriginalName
Required
func OriginalName() *string
- Type: *string
The original name as defined in the CDK app.
Parameters
Required
func Parameters() *map[string]*string
- Type: map[string]string
ROS parameters to pass to the stack.
StackName
Required
func StackName() *string
- Type: *string
The physical name of this stack.
Tags
Required
func Tags() interface{}
- Type: interface{}
Template
Required
func Template() interface{}
- Type: interface{}
The ROS template for this stack.
TemplateFile
Required
func TemplateFile() *string
- Type: *string
The file name of the template.