pub struct BucketEncryption {
pub server_side_encryption_configuration: ValueList<ServerSideEncryptionRule>,
}Expand description
The AWS::S3::Bucket.BucketEncryption property type.
Fields§
§server_side_encryption_configuration: ValueList<ServerSideEncryptionRule>Property ServerSideEncryptionConfiguration.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for BucketEncryption
impl Debug for BucketEncryption
Source§impl Default for BucketEncryption
impl Default for BucketEncryption
Source§fn default() -> BucketEncryption
fn default() -> BucketEncryption
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BucketEncryption
impl RefUnwindSafe for BucketEncryption
impl Send for BucketEncryption
impl Sync for BucketEncryption
impl Unpin for BucketEncryption
impl UnwindSafe for BucketEncryption
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