Struct aws_sdk_lambda::input::ListEventSourceMappingsInput
source · [−]#[non_exhaustive]pub struct ListEventSourceMappingsInput { /* private fields */ }Implementations
sourceimpl ListEventSourceMappingsInput
impl ListEventSourceMappingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEventSourceMappings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEventSourceMappings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListEventSourceMappings>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEventSourceMappingsInput.
sourceimpl ListEventSourceMappingsInput
impl ListEventSourceMappingsInput
sourcepub fn event_source_arn(&self) -> Option<&str>
pub fn event_source_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the event source.
-
Amazon Kinesis - The ARN of the data stream or a stream consumer.
-
Amazon DynamoDB Streams - The ARN of the stream.
-
Amazon Simple Queue Service - The ARN of the queue.
-
Amazon Managed Streaming for Apache Kafka - The ARN of the cluster.
sourcepub fn function_name(&self) -> Option<&str>
pub fn function_name(&self) -> Option<&str>
The name of the Lambda function.
Name formats
-
Function name -
MyFunction. -
Function ARN -
arn:aws:lambda:us-west-2:123456789012:function:MyFunction. -
Version or Alias ARN -
arn:aws:lambda:us-west-2:123456789012:function:MyFunction:PROD. -
Partial ARN -
123456789012:function:MyFunction.
The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
Trait Implementations
sourceimpl Clone for ListEventSourceMappingsInput
impl Clone for ListEventSourceMappingsInput
sourcefn clone(&self) -> ListEventSourceMappingsInput
fn clone(&self) -> ListEventSourceMappingsInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more