pub struct Endpoints {
pub kafka_bootstrap_servers: Option<ValueList<String>>,
}Expand description
The AWS::Lambda::EventSourceMapping.Endpoints property type.
Fields§
§kafka_bootstrap_servers: Option<ValueList<String>>Property KafkaBootstrapServers.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Endpoints
impl RefUnwindSafe for Endpoints
impl Send for Endpoints
impl Sync for Endpoints
impl Unpin for Endpoints
impl UnwindSafe for Endpoints
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