Documentation ¶
Index ¶
- type MountOptions
- type MountOptionsAttributes
- func (mo MountOptionsAttributes) InternalRef() (terra.Reference, error)
- func (mo MountOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (mo MountOptionsAttributes) InternalWithRef(ref terra.Reference) MountOptionsAttributes
- func (mo MountOptionsAttributes) Version() terra.StringValue
- type MountOptionsState
- type OnPremConfig
- type OnPremConfigAttributes
- func (opc OnPremConfigAttributes) AgentArns() terra.SetValue[terra.StringValue]
- func (opc OnPremConfigAttributes) InternalRef() (terra.Reference, error)
- func (opc OnPremConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (opc OnPremConfigAttributes) InternalWithRef(ref terra.Reference) OnPremConfigAttributes
- type OnPremConfigState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MountOptions ¶
type MountOptions struct { // Version: string, optional Version terra.StringValue `hcl:"version,attr"` }
type MountOptionsAttributes ¶
type MountOptionsAttributes struct {
// contains filtered or unexported fields
}
func (MountOptionsAttributes) InternalRef ¶
func (mo MountOptionsAttributes) InternalRef() (terra.Reference, error)
func (MountOptionsAttributes) InternalTokens ¶
func (mo MountOptionsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (MountOptionsAttributes) InternalWithRef ¶
func (mo MountOptionsAttributes) InternalWithRef(ref terra.Reference) MountOptionsAttributes
func (MountOptionsAttributes) Version ¶
func (mo MountOptionsAttributes) Version() terra.StringValue
type MountOptionsState ¶
type MountOptionsState struct {
Version string `json:"version"`
}
type OnPremConfig ¶
type OnPremConfig struct { // AgentArns: set of string, required AgentArns terra.SetValue[terra.StringValue] `hcl:"agent_arns,attr" validate:"required"` }
type OnPremConfigAttributes ¶
type OnPremConfigAttributes struct {
// contains filtered or unexported fields
}
func (OnPremConfigAttributes) AgentArns ¶
func (opc OnPremConfigAttributes) AgentArns() terra.SetValue[terra.StringValue]
func (OnPremConfigAttributes) InternalRef ¶
func (opc OnPremConfigAttributes) InternalRef() (terra.Reference, error)
func (OnPremConfigAttributes) InternalTokens ¶
func (opc OnPremConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (OnPremConfigAttributes) InternalWithRef ¶
func (opc OnPremConfigAttributes) InternalWithRef(ref terra.Reference) OnPremConfigAttributes
type OnPremConfigState ¶
type OnPremConfigState struct {
AgentArns []string `json:"agent_arns"`
}
Click to show internal directories.
Click to hide internal directories.