NotificationHub

Field Type Description
apiVersion string azurerm.kubeform.com/v1alpha1
kind string NotificationHub
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec NotificationHubSpec
status NotificationHubStatus

NotificationHubSpec

(Appears on:NotificationHub, NotificationHubStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
secretRef Kubernetes core/v1.LocalObjectReference
apnsCredential []NotificationHubSpecApnsCredential (Optional)
gcmCredential []NotificationHubSpecGcmCredential (Optional)
location string
name string
namespaceName string
resourceGroupName string

NotificationHubSpecApnsCredential

(Appears on:NotificationHubSpec)
Field Type Description
applicationMode string
bundleID string
keyID string
teamID string

NotificationHubSpecGcmCredential

(Appears on:NotificationHubSpec)
Field Type Description

NotificationHubStatus

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

Sensitive Values

Name Type Description
apns_credential.<index>.token string
gcm_credential.<index>.api_key string