DbEventSubscription

Field Type Description
apiVersion string aws.kubeform.com/v1alpha1
kind string DbEventSubscription
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec DbEventSubscriptionSpec
status DbEventSubscriptionStatus

DbEventSubscriptionSpec

(Appears on:DbEventSubscription, DbEventSubscriptionStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
arn string (Optional)
customerAwsID string (Optional)
enabled bool (Optional)
eventCategories []string (Optional)
name string (Optional)
namePrefix string (Optional)
snsTopic string
sourceIDS []string (Optional)
sourceType string (Optional)
tags map[string]string (Optional)

DbEventSubscriptionStatus

(Appears on:DbEventSubscription)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output DbEventSubscriptionSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)