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