ApiGatewayAccount

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

ApiGatewayAccountSpec

(Appears on:ApiGatewayAccount, ApiGatewayAccountStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
cloudwatchRoleArn string (Optional)
throttleSettings []ApiGatewayAccountSpecThrottleSettings (Optional)

ApiGatewayAccountSpecThrottleSettings

(Appears on:ApiGatewayAccountSpec)
Field Type Description
burstLimit int (Optional)
rateLimit encoding/json.Number (Optional)

ApiGatewayAccountStatus

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