Documentation ¶
Index ¶
- type IpSetDescriptors
- type IpSetDescriptorsAttributes
- func (isd IpSetDescriptorsAttributes) InternalRef() (terra.Reference, error)
- func (isd IpSetDescriptorsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (isd IpSetDescriptorsAttributes) InternalWithRef(ref terra.Reference) IpSetDescriptorsAttributes
- func (isd IpSetDescriptorsAttributes) Type() terra.StringValue
- func (isd IpSetDescriptorsAttributes) Value() terra.StringValue
- type IpSetDescriptorsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IpSetDescriptors ¶
type IpSetDescriptors struct { // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` // Value: string, required Value terra.StringValue `hcl:"value,attr" validate:"required"` }
type IpSetDescriptorsAttributes ¶
type IpSetDescriptorsAttributes struct {
// contains filtered or unexported fields
}
func (IpSetDescriptorsAttributes) InternalRef ¶
func (isd IpSetDescriptorsAttributes) InternalRef() (terra.Reference, error)
func (IpSetDescriptorsAttributes) InternalTokens ¶
func (isd IpSetDescriptorsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (IpSetDescriptorsAttributes) InternalWithRef ¶
func (isd IpSetDescriptorsAttributes) InternalWithRef(ref terra.Reference) IpSetDescriptorsAttributes
func (IpSetDescriptorsAttributes) Type ¶
func (isd IpSetDescriptorsAttributes) Type() terra.StringValue
func (IpSetDescriptorsAttributes) Value ¶
func (isd IpSetDescriptorsAttributes) Value() terra.StringValue
type IpSetDescriptorsState ¶
Click to show internal directories.
Click to hide internal directories.