pub struct CustomerManagedS3 {
pub bucket: Value<String>,
pub key_prefix: Option<Value<String>>,
pub role_arn: Value<String>,
}Expand description
The AWS::IoTAnalytics::Datastore.CustomerManagedS3 property type.
Fields§
§bucket: Value<String>Property Bucket.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
key_prefix: Option<Value<String>>Property KeyPrefix.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
role_arn: Value<String>Property RoleArn.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for CustomerManagedS3
impl Debug for CustomerManagedS3
Source§impl Default for CustomerManagedS3
impl Default for CustomerManagedS3
Source§fn default() -> CustomerManagedS3
fn default() -> CustomerManagedS3
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CustomerManagedS3
impl RefUnwindSafe for CustomerManagedS3
impl Send for CustomerManagedS3
impl Sync for CustomerManagedS3
impl Unpin for CustomerManagedS3
impl UnwindSafe for CustomerManagedS3
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