github.com/oam-dev/kubevela@v1.9.11/references/docgen/def-doc/component/alibaba-sls-project.eg.md (about) 1 ```yaml 2 apiVersion: core.oam.dev/v1beta1 3 kind: Application 4 metadata: 5 name: app-sls-project-sample 6 spec: 7 components: 8 - name: sample-sls-project 9 type: alibaba-sls-project 10 properties: 11 name: kubevela-1112 12 description: "Managed by KubeVela" 13 14 writeConnectionSecretToRef: 15 name: sls-project-conn 16 ```