Enum lambda_extension::InitType
source · pub enum InitType {
OnDemand,
ProvisionedConcurrency,
SnapStart,
}
Expand description
Type of Initialization
Variants§
OnDemand
Initialised on demand
ProvisionedConcurrency
Initialized to meet the provisioned concurrency
SnapStart
SnapStart
Trait Implementations§
source§impl<'de> Deserialize<'de> for InitType
impl<'de> Deserialize<'de> for InitType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more