SecurityGroupRule

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

SecurityGroupRuleSpec

(Appears on:SecurityGroupRule, SecurityGroupRuleStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
cidrBlocks []string (Optional)
description string (Optional)
fromPort int
ipv6CIDRBlocks []string (Optional)
prefixListIDS []string (Optional)
protocol string
securityGroupID string
self bool (Optional)
sourceSecurityGroupID string (Optional)
toPort int
type string Type of rule, ingress (inbound) or egress (outbound).

SecurityGroupRuleStatus

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