DockerImageAsset
A file asset.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema"
&alicloudroscdkassemblyschema.DockerImageAsset {
Destinations: *map[string]github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema.DockerImageDestination,
Source: github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema.DockerImageSource,
}
Properties
Name | Type | Description |
---|---|---|
Destinations |
*map[string]DockerImageDestination |
Destinations for this file asset. |
Source |
DockerImageSource |
Source description for file assets. |
Destinations
Required
Destinations *map[string]DockerImageDestination
- Type: *map[string]DockerImageDestination
Destinations for this file asset.
Source
Required
Source DockerImageSource
- Type: DockerImageSource
Source description for file assets.