Skip to content

Commit f6f1fce

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent 9a122cb commit f6f1fce

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

schema/sns.services.k8s.aws/topic_v1alpha1.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
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
},
@@ -27,6 +36,24 @@
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
},
@@ -48,6 +75,15 @@
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": [
@@ -81,6 +117,15 @@
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,

0 commit comments

Comments
 (0)