AppsyncDatasource

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

AppsyncDatasourceSpec

(Appears on:AppsyncDatasource, AppsyncDatasourceStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
apiID string
arn string (Optional)
description string (Optional)
dynamodbConfig []AppsyncDatasourceSpecDynamodbConfig (Optional)
elasticsearchConfig []AppsyncDatasourceSpecElasticsearchConfig (Optional)
httpConfig []AppsyncDatasourceSpecHttpConfig (Optional)
lambdaConfig []AppsyncDatasourceSpecLambdaConfig (Optional)
name string
serviceRoleArn string (Optional)
type string

AppsyncDatasourceSpecDynamodbConfig

(Appears on:AppsyncDatasourceSpec)
Field Type Description
region string (Optional)
tableName string
useCallerCredentials bool (Optional)

AppsyncDatasourceSpecElasticsearchConfig

(Appears on:AppsyncDatasourceSpec)
Field Type Description
endpoint string
region string (Optional)

AppsyncDatasourceSpecHttpConfig

(Appears on:AppsyncDatasourceSpec)
Field Type Description
endpoint string

AppsyncDatasourceSpecLambdaConfig

(Appears on:AppsyncDatasourceSpec)
Field Type Description
functionArn string

AppsyncDatasourceStatus

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