MissingContext
Backwards compatibility for when 'MissingContext' was defined here.
This is necessary because its used as an input in the stable
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcxapi"
&alicloudroscdkcxapi.MissingContext {
Key: *string,
Props: *map[string]interface{},
Provider: *string,
}
Properties
Name | Type | Description |
---|---|---|
Key |
*string |
The missing context key. |
Props |
*map[string]interface{} |
A set of provider-specific options. |
Provider |
*string |
The provider from which we expect this context key to be obtained. |
~~Key
~~Required
- Deprecated: moved to package 'ros-assembly-schema'
Key *string
- Type: *string
The missing context key.
~~Props
~~Required
- Deprecated: moved to package 'ros-assembly-schema'
Props *map[string]interface{}
- Type: *map[string]interface{}
A set of provider-specific options.
(This is the old untyped definition, which is necessary for backwards compatibility. See cxschema for a type definition.)
~~Provider
~~Required
- Deprecated: moved to package 'ros-assembly-schema'
Provider *string
- Type: *string
The provider from which we expect this context key to be obtained.
(This is the old untyped definition, which is necessary for backwards compatibility. See cxschema for a type definition.)