Skip to content

Commit a83f69b

Browse files
committedNov 14, 2022
Periodic update - 11/14/2022
1 parent cad20e9 commit a83f69b

File tree

188 files changed

+5301
-2126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+5301
-2126
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# AmazonManagedKafkaEventSourceConfig<a name="API_AmazonManagedKafkaEventSourceConfig"></a>
2+
3+
Specific configuration settings for an Amazon Managed Streaming for Apache Kafka \(Amazon MSK\) event source\.
4+
5+
## Contents<a name="API_AmazonManagedKafkaEventSourceConfig_Contents"></a>
6+
7+
** ConsumerGroupId ** <a name="SSS-Type-AmazonManagedKafkaEventSourceConfig-ConsumerGroupId"></a>
8+
The identifier for the Kafka consumer group to join\. The consumer group ID must be unique among all your Kafka event sources\. After creating a Kafka event source mapping with the consumer group ID specified, you cannot update this value\. For more information, see [Customizable consumer group ID](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-consumer-group-id)\.
9+
Type: String
10+
Length Constraints: Minimum length of 1\. Maximum length of 200\.
11+
Pattern: `[a-zA-Z0-9-\/*:_+=.@-]*`
12+
Required: No
13+
14+
## See Also<a name="API_AmazonManagedKafkaEventSourceConfig_SeeAlso"></a>
15+
16+
For more information about using this API in one of the language\-specific AWS SDKs, see the following:
17+
+ [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/lambda-2015-03-31/AmazonManagedKafkaEventSourceConfig)
18+
+ [AWS SDK for Go](https://docs.aws.amazon.com/goto/SdkForGoV1/lambda-2015-03-31/AmazonManagedKafkaEventSourceConfig)
19+
+ [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/lambda-2015-03-31/AmazonManagedKafkaEventSourceConfig)
20+
+ [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/lambda-2015-03-31/AmazonManagedKafkaEventSourceConfig)

‎doc_source/API_CreateCodeSigningConfig.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CreateCodeSigningConfig<a name="API_CreateCodeSigningConfig"></a>
22

3-
Creates a code signing configuration\. A [code signing configuration](https://docs.aws.amazon.com/lambda/latest/dg/configuration-trustedcode.html) defines a list of allowed signing profiles and defines the code\-signing validation policy \(action to be taken if deployment validation checks fail\)\.
3+
Creates a code signing configuration\. A [code signing configuration](https://docs.aws.amazon.com/lambda/latest/dg/configuration-codesigning.html) defines a list of allowed signing profiles and defines the code\-signing validation policy \(action to be taken if deployment validation checks fail\)\.
44

55
## Request Syntax<a name="API_CreateCodeSigningConfig_RequestSyntax"></a>
66

0 commit comments

Comments
 (0)
Please sign in to comment.