You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-prepper-plugins/dynamodb-source/src/main/java/org/opensearch/dataprepper/plugins/source/dynamodb/ClientFactory.java
Copy file name to clipboardExpand all lines: data-prepper-plugins/dynamodb-source/src/main/java/org/opensearch/dataprepper/plugins/source/dynamodb/configuration/AwsAuthenticationConfig.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,10 @@ public class AwsAuthenticationConfig {
29
29
@Size(max = 5, message = "sts_header_overrides supports a maximum of 5 headers to override")
30
30
privateMap<String, String> awsStsHeaderOverrides;
31
31
32
+
@JsonProperty("endpoint_url")
33
+
@Size(min = 10, max = 2048, message = "endpoint_url length should be between 10 and 2048 characters")
0 commit comments