Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetadataAttributes ¶
type MetadataAttributes struct {
// contains filtered or unexported fields
}
func (MetadataAttributes) CreationDate ¶
func (m MetadataAttributes) CreationDate() terra.StringValue
func (MetadataAttributes) InternalRef ¶
func (m MetadataAttributes) InternalRef() (terra.Reference, error)
func (MetadataAttributes) InternalTokens ¶
func (m MetadataAttributes) InternalTokens() (hclwrite.Tokens, error)
func (MetadataAttributes) InternalWithRef ¶
func (m MetadataAttributes) InternalWithRef(ref terra.Reference) MetadataAttributes
type MetadataState ¶
type MetadataState struct {
CreationDate string `json:"creation_date"`
}
type Properties ¶
type Properties struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` }
type PropertiesAttributes ¶
type PropertiesAttributes struct {
// contains filtered or unexported fields
}
func (PropertiesAttributes) Description ¶
func (p PropertiesAttributes) Description() terra.StringValue
func (PropertiesAttributes) InternalRef ¶
func (p PropertiesAttributes) InternalRef() (terra.Reference, error)
func (PropertiesAttributes) InternalTokens ¶
func (p PropertiesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PropertiesAttributes) InternalWithRef ¶
func (p PropertiesAttributes) InternalWithRef(ref terra.Reference) PropertiesAttributes
type PropertiesState ¶
type PropertiesState struct {
Description string `json:"description"`
}
Click to show internal directories.
Click to hide internal directories.