pub struct S3LogsConfig {
pub encryption_disabled: Option<Value<bool>>,
pub location: Option<Value<String>>,
pub status: Value<String>,
}
Expand description
The AWS::CodeBuild::Project.S3LogsConfig
property type.
Fields§
§encryption_disabled: Option<Value<bool>>
Property EncryptionDisabled
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
location: Option<Value<String>>
Property Location
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
status: Value<String>
Property Status
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for S3LogsConfig
impl Debug for S3LogsConfig
Source§impl Default for S3LogsConfig
impl Default for S3LogsConfig
Source§fn default() -> S3LogsConfig
fn default() -> S3LogsConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for S3LogsConfig
impl RefUnwindSafe for S3LogsConfig
impl Send for S3LogsConfig
impl Sync for S3LogsConfig
impl Unpin for S3LogsConfig
impl UnwindSafe for S3LogsConfig
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