pub struct LogConfiguration {
pub log_driver: Value<String>,
pub options: Option<ValueMap<String>>,
pub secret_options: Option<ValueList<Secret>>,
}Expand description
The AWS::ECS::TaskDefinition.LogConfiguration property type.
Fields§
§log_driver: Value<String>Property LogDriver.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
options: Option<ValueMap<String>>Property Options.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
secret_options: Option<ValueList<Secret>>Property SecretOptions.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
Trait Implementations§
Source§impl Debug for LogConfiguration
impl Debug for LogConfiguration
Source§impl Default for LogConfiguration
impl Default for LogConfiguration
Source§fn default() -> LogConfiguration
fn default() -> LogConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LogConfiguration
impl RefUnwindSafe for LogConfiguration
impl Send for LogConfiguration
impl Sync for LogConfiguration
impl Unpin for LogConfiguration
impl UnwindSafe for LogConfiguration
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