File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
schema/sns.services.k8s.aws Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change 1212 "spec" : {
1313 "additionalProperties" : false ,
1414 "properties" : {
15+ "applicationFailureFeedbackRoleARN" : {
16+ "type" : " string"
17+ },
18+ "applicationSuccessFeedbackRoleARN" : {
19+ "type" : " string"
20+ },
21+ "applicationSuccessFeedbackSampleRate" : {
22+ "type" : " string"
23+ },
1524 "contentBasedDeduplication" : {
1625 "type" : " string"
1726 },
2736 "fifoTopic" : {
2837 "type" : " string"
2938 },
39+ "firehoseFailureFeedbackRoleARN" : {
40+ "type" : " string"
41+ },
42+ "firehoseSuccessFeedbackRoleARN" : {
43+ "type" : " string"
44+ },
45+ "firehoseSuccessFeedbackSampleRate" : {
46+ "type" : " string"
47+ },
48+ "httpFailureFeedbackRoleARN" : {
49+ "type" : " string"
50+ },
51+ "httpSuccessFeedbackRoleARN" : {
52+ "type" : " string"
53+ },
54+ "httpSuccessFeedbackSampleRate" : {
55+ "type" : " string"
56+ },
3057 "kmsMasterKeyID" : {
3158 "type" : " string"
3259 },
4875 },
4976 "type" : " object"
5077 },
78+ "lambdaFailureFeedbackRoleARN" : {
79+ "type" : " string"
80+ },
81+ "lambdaSuccessFeedbackRoleARN" : {
82+ "type" : " string"
83+ },
84+ "lambdaSuccessFeedbackSampleRate" : {
85+ "type" : " string"
86+ },
5187 "name" : {
5288 "type" : " string" ,
5389 "x-kubernetes-validations" : [
81117 "signatureVersion" : {
82118 "type" : " string"
83119 },
120+ "sqsFailureFeedbackRoleARN" : {
121+ "type" : " string"
122+ },
123+ "sqsSuccessFeedbackRoleARN" : {
124+ "type" : " string"
125+ },
126+ "sqsSuccessFeedbackSampleRate" : {
127+ "type" : " string"
128+ },
84129 "tags" : {
85130 "items" : {
86131 "additionalProperties" : false ,
You can’t perform that action at this time.
0 commit comments