MissingContext
Represents a missing piece of context.
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema"
&alicloudroscdkassemblyschema.MissingContext {
Key: *string,
Props: interface{},
Provider: github.com/alibabacloud-go/ros-cdk/alicloudroscdkassemblyschema.ContextProvider,
}
Properties
Name | Type | Description |
---|---|---|
Key |
*string |
The missing context key. |
Props |
interface{} |
A set of provider-specific options. |
Provider |
ContextProvider |
The provider from which we expect this context key to be obtained. |
Key
Required
Key *string
- Type: *string
The missing context key.
Props
Required
Props interface{}
- Type: interface{}
A set of provider-specific options.
Provider
Required
Provider ContextProvider
- Type: ContextProvider
The provider from which we expect this context key to be obtained.