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