Documentation ¶
Index ¶
- type Ingress
- type IngressAttributes
- func (i IngressAttributes) Cidr() terra.StringValue
- func (i IngressAttributes) InternalRef() (terra.Reference, error)
- func (i IngressAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (i IngressAttributes) InternalWithRef(ref terra.Reference) IngressAttributes
- func (i IngressAttributes) SecurityGroupId() terra.StringValue
- func (i IngressAttributes) SecurityGroupName() terra.StringValue
- func (i IngressAttributes) SecurityGroupOwnerId() terra.StringValue
- type IngressState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ingress ¶
type Ingress struct { // Cidr: string, optional Cidr terra.StringValue `hcl:"cidr,attr"` // SecurityGroupId: string, optional SecurityGroupId terra.StringValue `hcl:"security_group_id,attr"` // SecurityGroupName: string, optional SecurityGroupName terra.StringValue `hcl:"security_group_name,attr"` // SecurityGroupOwnerId: string, optional SecurityGroupOwnerId terra.StringValue `hcl:"security_group_owner_id,attr"` }
type IngressAttributes ¶
type IngressAttributes struct {
// contains filtered or unexported fields
}
func (IngressAttributes) Cidr ¶
func (i IngressAttributes) Cidr() terra.StringValue
func (IngressAttributes) InternalRef ¶
func (i IngressAttributes) InternalRef() (terra.Reference, error)
func (IngressAttributes) InternalTokens ¶
func (i IngressAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IngressAttributes) InternalWithRef ¶
func (i IngressAttributes) InternalWithRef(ref terra.Reference) IngressAttributes
func (IngressAttributes) SecurityGroupId ¶
func (i IngressAttributes) SecurityGroupId() terra.StringValue
func (IngressAttributes) SecurityGroupName ¶
func (i IngressAttributes) SecurityGroupName() terra.StringValue
func (IngressAttributes) SecurityGroupOwnerId ¶
func (i IngressAttributes) SecurityGroupOwnerId() terra.StringValue
Click to show internal directories.
Click to hide internal directories.