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. |
KeyRequired
Key *string
- Type: *string
The missing context key.
PropsRequired
Props interface{}
- Type: interface{}
A set of provider-specific options.
ProviderRequired
Provider ContextProvider
- Type: ContextProvider
The provider from which we expect this context key to be obtained.