Documentation ¶
Index ¶
- type PolicyAttribute
- type PolicyAttributeAttributes
- func (pa PolicyAttributeAttributes) InternalRef() (terra.Reference, error)
- func (pa PolicyAttributeAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (pa PolicyAttributeAttributes) InternalWithRef(ref terra.Reference) PolicyAttributeAttributes
- func (pa PolicyAttributeAttributes) Name() terra.StringValue
- func (pa PolicyAttributeAttributes) Value() terra.StringValue
- type PolicyAttributeState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyAttribute ¶
type PolicyAttribute struct { // Name: string, optional Name terra.StringValue `hcl:"name,attr"` // Value: string, optional Value terra.StringValue `hcl:"value,attr"` }
type PolicyAttributeAttributes ¶
type PolicyAttributeAttributes struct {
// contains filtered or unexported fields
}
func (PolicyAttributeAttributes) InternalRef ¶
func (pa PolicyAttributeAttributes) InternalRef() (terra.Reference, error)
func (PolicyAttributeAttributes) InternalTokens ¶
func (pa PolicyAttributeAttributes) InternalTokens() (hclwrite.Tokens, error)
func (PolicyAttributeAttributes) InternalWithRef ¶
func (pa PolicyAttributeAttributes) InternalWithRef(ref terra.Reference) PolicyAttributeAttributes
func (PolicyAttributeAttributes) Name ¶
func (pa PolicyAttributeAttributes) Name() terra.StringValue
func (PolicyAttributeAttributes) Value ¶
func (pa PolicyAttributeAttributes) Value() terra.StringValue
type PolicyAttributeState ¶
Click to show internal directories.
Click to hide internal directories.