pub struct CloudwatchDestination {
pub iam_role_arn: String,
pub log_group_name: String,
}Fields§
§iam_role_arn: StringARN for IAM role that a customer provides that Momento will federate into, giving us permissions to to publish to your CW logs
log_group_name: StringName for the desired log group. If it does not exist, Momento will attempt to create it for you.
Trait Implementations§
Source§impl Clone for CloudwatchDestination
impl Clone for CloudwatchDestination
Source§fn clone(&self) -> CloudwatchDestination
fn clone(&self) -> CloudwatchDestination
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for CloudwatchDestination
impl RefUnwindSafe for CloudwatchDestination
impl Send for CloudwatchDestination
impl Sync for CloudwatchDestination
impl Unpin for CloudwatchDestination
impl UnwindSafe for CloudwatchDestination
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