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
* <p>Indicates whether redundant ingest is enabled for the ingest configuration. Default: <code>false</code>.</p>
180
+
* @public
181
+
*/
182
+
redundantIngest?: boolean|undefined;
183
+
178
184
/**
179
185
* <p>Tags attached to the resource. Array of maps, each of the form <code>string:string
180
186
* (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a>
* <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin">Access-Control-Allow-Origin</a> in the MDN Web Docs.</p>
2928
2995
* @public
2929
2996
*/
2930
2997
accessControlAllowOrigin?: string|undefined;
2931
2998
2932
2999
/**
2933
-
* <p/>
3000
+
* <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Expose-Headers">Access-Control-Expose-Headers</a> in the MDN Web Docs.</p>
2934
3001
* @public
2935
3002
*/
2936
3003
accessControlExposeHeaders?: string|undefined;
2937
3004
2938
3005
/**
2939
-
* <p/>
3006
+
* <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control">Cache-Control</a> in the MDN Web Docs.</p>
2940
3007
* @public
2941
3008
*/
2942
3009
cacheControl?: string|undefined;
2943
3010
2944
3011
/**
2945
-
* <p/>
3012
+
* <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy">Content-Security-Policy</a> in the MDN Web Docs.</p>
2946
3013
* @public
2947
3014
*/
2948
3015
contentSecurityPolicy?: string|undefined;
2949
3016
2950
3017
/**
2951
-
* <p/>
3018
+
* <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Strict-Transport-Security">Strict-Transport-Security</a> in the MDN Web Docs.</p>
2952
3019
* @public
2953
3020
*/
2954
3021
strictTransportSecurity?: string|undefined;
2955
3022
2956
3023
/**
2957
-
* <p/>
3024
+
* <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Content-Type-Options">X-Content-Type-Options</a> in the MDN Web Docs.</p>
2958
3025
* @public
2959
3026
*/
2960
3027
xContentTypeOptions?: string|undefined;
2961
3028
2962
3029
/**
2963
-
* <p/>
3030
+
* <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Frame-Options">X-Frame-Options</a> in the MDN Web Docs.</p>
* <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Allow-Origin">Access-Control-Allow-Origin</a> in the MDN Web Docs.</p>
3017
3084
* @public
3018
3085
*/
3019
3086
accessControlAllowOrigin?: string|undefined;
3020
3087
3021
3088
/**
3022
-
* <p/>
3089
+
* <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Access-Control-Expose-Headers">Access-Control-Expose-Headers</a> in the MDN Web Docs.</p>
3023
3090
* @public
3024
3091
*/
3025
3092
accessControlExposeHeaders?: string|undefined;
3026
3093
3027
3094
/**
3028
-
* <p/>
3095
+
* <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Cache-Control">Cache-Control</a> in the MDN Web Docs.</p>
3029
3096
* @public
3030
3097
*/
3031
3098
cacheControl?: string|undefined;
3032
3099
3033
3100
/**
3034
-
* <p/>
3101
+
* <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Content-Security-Policy">Content-Security-Policy</a> in the MDN Web Docs.</p>
3035
3102
* @public
3036
3103
*/
3037
3104
contentSecurityPolicy?: string|undefined;
3038
3105
3039
3106
/**
3040
-
* <p/>
3107
+
* <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Strict-Transport-Security">Strict-Transport-Security</a> in the MDN Web Docs.</p>
3041
3108
* @public
3042
3109
*/
3043
3110
strictTransportSecurity?: string|undefined;
3044
3111
3045
3112
/**
3046
-
* <p/>
3113
+
* <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Content-Type-Options">X-Content-Type-Options</a> in the MDN Web Docs.</p>
3047
3114
* @public
3048
3115
*/
3049
3116
xContentTypeOptions?: string|undefined;
3050
3117
3051
3118
/**
3052
-
* <p/>
3119
+
* <p>See <a href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/X-Frame-Options">X-Frame-Options</a> in the MDN Web Docs.</p>
0 commit comments