ApiGatewayAuthorizer

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

ApiGatewayAuthorizerSpec

(Appears on:ApiGatewayAuthorizer, ApiGatewayAuthorizerStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
authorizerCredentials string (Optional)
authorizerResultTtlInSeconds int (Optional)
authorizerURI string (Optional)
identitySource string (Optional)
identityValidationExpression string (Optional)
name string
providerArns []string (Optional)
restAPIID string
type string (Optional)

ApiGatewayAuthorizerStatus

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