|
65 | 65 | * [`fn withProviderConfigRefMixin(value={"name": "default"})`](#fn-specparameterswithproviderconfigrefmixin) |
66 | 66 | * [`fn withPublishConnectionDetailsTo(value)`](#fn-specparameterswithpublishconnectiondetailsto) |
67 | 67 | * [`fn withPublishConnectionDetailsToMixin(value)`](#fn-specparameterswithpublishconnectiondetailstomixin) |
| 68 | + * [`fn withSelectorLabel(value)`](#fn-specparameterswithselectorlabel) |
68 | 69 | * [`fn withWriteConnectionSecretToRef(value)`](#fn-specparameterswithwriteconnectionsecrettoref) |
69 | 70 | * [`fn withWriteConnectionSecretToRefMixin(value)`](#fn-specparameterswithwriteconnectionsecrettorefmixin) |
70 | 71 | * [`obj forProvider`](#obj-specparametersforprovider) |
@@ -850,6 +851,17 @@ contains a name, metadata and a reference to secret store config to |
850 | 851 | which any connection details for this managed resource should be written. |
851 | 852 | Connection details frequently include the endpoint, username, |
852 | 853 | and password required to connect to the managed resource. |
| 854 | +##### fn spec.parameters.withSelectorLabel |
| 855 | + |
| 856 | +```jsonnet |
| 857 | +spec.parameters.withSelectorLabel(value) |
| 858 | +``` |
| 859 | + |
| 860 | +PARAMETERS: |
| 861 | + |
| 862 | +* **value** (`string`) |
| 863 | + |
| 864 | +Configure a custom label for use with selector.matchLabels. |
853 | 865 | ##### fn spec.parameters.withWriteConnectionSecretToRef |
854 | 866 |
|
855 | 867 | ```jsonnet |
@@ -911,8 +923,8 @@ PARAMETERS: |
911 | 923 |
|
912 | 924 | * **value** (`string`) |
913 | 925 |
|
914 | | -(String) The name of the message template. |
915 | | -The name of the message template. |
| 926 | +(String) The name of the notification template group. |
| 927 | +The name of the notification template group. |
916 | 928 | ###### fn spec.parameters.forProvider.withOrgId |
917 | 929 |
|
918 | 930 | ```jsonnet |
@@ -979,8 +991,8 @@ PARAMETERS: |
979 | 991 |
|
980 | 992 | * **value** (`string`) |
981 | 993 |
|
982 | | -(String) The content of the message template. |
983 | | -The content of the message template. |
| 994 | +(String) The content of the notification template group. |
| 995 | +The content of the notification template group. |
984 | 996 | ###### obj spec.parameters.forProvider.organizationRef |
985 | 997 |
|
986 | 998 |
|
@@ -1170,8 +1182,8 @@ PARAMETERS: |
1170 | 1182 |
|
1171 | 1183 | * **value** (`string`) |
1172 | 1184 |
|
1173 | | -(String) The name of the message template. |
1174 | | -The name of the message template. |
| 1185 | +(String) The name of the notification template group. |
| 1186 | +The name of the notification template group. |
1175 | 1187 | ###### fn spec.parameters.initProvider.withOrgId |
1176 | 1188 |
|
1177 | 1189 | ```jsonnet |
@@ -1238,8 +1250,8 @@ PARAMETERS: |
1238 | 1250 |
|
1239 | 1251 | * **value** (`string`) |
1240 | 1252 |
|
1241 | | -(String) The content of the message template. |
1242 | | -The content of the message template. |
| 1253 | +(String) The content of the notification template group. |
| 1254 | +The content of the notification template group. |
1243 | 1255 | ###### obj spec.parameters.initProvider.organizationRef |
1244 | 1256 |
|
1245 | 1257 |
|
|
0 commit comments