pub struct ImageConfig {
pub command: Option<ValueList<String>>,
pub entry_point: Option<ValueList<String>>,
pub working_directory: Option<Value<String>>,
}Expand description
The AWS::Lambda::Function.ImageConfig property type.
Fields§
§command: Option<ValueList<String>>Property Command.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
entry_point: Option<ValueList<String>>Property EntryPoint.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
working_directory: Option<Value<String>>Property WorkingDirectory.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for ImageConfig
impl Debug for ImageConfig
Source§impl Default for ImageConfig
impl Default for ImageConfig
Source§fn default() -> ImageConfig
fn default() -> ImageConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ImageConfig
impl RefUnwindSafe for ImageConfig
impl Send for ImageConfig
impl Sync for ImageConfig
impl Unpin for ImageConfig
impl UnwindSafe for ImageConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more