Field | Type | Description |
---|---|---|
apiVersion |
string | aws.kubeform.com/v1alpha1 |
kind |
string | SecurityGroup |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
SecurityGroupSpec | |
status |
SecurityGroupStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
arn |
string | (Optional) |
description |
string | (Optional) |
egress |
[]SecurityGroupSpecEgress | (Optional) |
ingress |
[]SecurityGroupSpecIngress | (Optional) |
name |
string | (Optional) |
namePrefix |
string | (Optional) |
ownerID |
string | (Optional) |
revokeRulesOnDelete |
bool | (Optional) |
tags |
map[string]string | (Optional) |
vpcID |
string | (Optional) |
Field | Type | Description |
---|---|---|
cidrBlocks |
[]string | (Optional) |
description |
string | (Optional) |
fromPort |
int | |
ipv6CIDRBlocks |
[]string | (Optional) |
prefixListIDS |
[]string | (Optional) |
protocol |
string | |
securityGroups |
[]string | (Optional) |
self |
bool | (Optional) |
toPort |
int |
Field | Type | Description |
---|---|---|
cidrBlocks |
[]string | (Optional) |
description |
string | (Optional) |
fromPort |
int | |
ipv6CIDRBlocks |
[]string | (Optional) |
prefixListIDS |
[]string | (Optional) |
protocol |
string | |
securityGroups |
[]string | (Optional) |
self |
bool | (Optional) |
toPort |
int |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
SecurityGroupSpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |