ApiGatewayMethod

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

ApiGatewayMethodSpec

(Appears on:ApiGatewayMethod, ApiGatewayMethodStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
apiKeyRequired bool (Optional)
authorization string
authorizationScopes []string (Optional)
authorizerID string (Optional)
httpMethod string
requestModels map[string]string (Optional)
requestParameters map[string]bool (Optional)
requestValidatorID string (Optional)
resourceID string
restAPIID string

ApiGatewayMethodStatus

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