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 |
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 |
Field | Type | Description |
---|---|---|
region |
string | (Optional) |
tableName |
string | |
useCallerCredentials |
bool | (Optional) |
Field | Type | Description |
---|---|---|
endpoint |
string | |
region |
string | (Optional) |
Field | Type | Description |
---|---|---|
endpoint |
string |
Field | Type | Description |
---|---|---|
functionArn |
string |
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) |