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
* doc: improve paramterstore configuration reference
* Add description for AwsDistributedConfigurationProperties#prefixes as well
---------
Co-authored-by: Tim Yates <tim.yates@gmail.com>
Copy file name to clipboardexpand all lines: aws-distributed-configuration/src/main/java/io/micronaut/aws/distributedconfiguration/AwsDistributedConfigurationProperties.java
+8-2
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ public void setDelimiter(@NonNull String delimiter) {
77
77
}
78
78
79
79
/**
80
+
* Search additional paths suffixed with each active environment. e.g. /config/application_ec2 Default value ({@value #DEFAULT_SEARCH_ACTIVE_ENVIRONMENTS}).
80
81
* @return Search active environment paths
81
82
*/
82
83
@Override
@@ -96,7 +97,7 @@ public void setSearchActiveEnvironments(boolean searchActiveEnvironments) {
96
97
}
97
98
98
99
/**
99
-
*
100
+
* Whether paths for the Default Application name should be searched or not. Default value ({@value #DEFAULT_SEARCH_COMMON_APPLICATION}).
100
101
* @return Whether paths for the {@link AwsDistributedConfiguration#getCommonApplicationName()} should be searched or not.
101
102
*/
102
103
@Override
@@ -118,6 +119,11 @@ public List<String> getPrefixes() {
118
119
returnprefixes;
119
120
}
120
121
122
+
/**
123
+
* List of prefixes for AWS Distributed Configuration resources names. If it is non-empty, {@link AwsDistributedConfiguration#getPrefix()} is not used.
0 commit comments