dbsecuritygroup

package
v0.0.0-...-964ba77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

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 (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

type IngressState

type IngressState struct {
	Cidr                 string `json:"cidr"`
	SecurityGroupId      string `json:"security_group_id"`
	SecurityGroupName    string `json:"security_group_name"`
	SecurityGroupOwnerId string `json:"security_group_owner_id"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL