Documentation ¶
Index ¶
- type ServiceConnectDefaults
- type ServiceConnectDefaultsAttributes
- func (scd ServiceConnectDefaultsAttributes) InternalRef() (terra.Reference, error)
- func (scd ServiceConnectDefaultsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (scd ServiceConnectDefaultsAttributes) InternalWithRef(ref terra.Reference) ServiceConnectDefaultsAttributes
- func (scd ServiceConnectDefaultsAttributes) Namespace() terra.StringValue
- type ServiceConnectDefaultsState
- type Setting
- type SettingAttributes
- func (s SettingAttributes) InternalRef() (terra.Reference, error)
- func (s SettingAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (s SettingAttributes) InternalWithRef(ref terra.Reference) SettingAttributes
- func (s SettingAttributes) Name() terra.StringValue
- func (s SettingAttributes) Value() terra.StringValue
- type SettingState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceConnectDefaults ¶
type ServiceConnectDefaults struct{}
type ServiceConnectDefaultsAttributes ¶
type ServiceConnectDefaultsAttributes struct {
// contains filtered or unexported fields
}
func (ServiceConnectDefaultsAttributes) InternalRef ¶
func (scd ServiceConnectDefaultsAttributes) InternalRef() (terra.Reference, error)
func (ServiceConnectDefaultsAttributes) InternalTokens ¶
func (scd ServiceConnectDefaultsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ServiceConnectDefaultsAttributes) InternalWithRef ¶
func (scd ServiceConnectDefaultsAttributes) InternalWithRef(ref terra.Reference) ServiceConnectDefaultsAttributes
func (ServiceConnectDefaultsAttributes) Namespace ¶
func (scd ServiceConnectDefaultsAttributes) Namespace() terra.StringValue
type ServiceConnectDefaultsState ¶
type ServiceConnectDefaultsState struct {
Namespace string `json:"namespace"`
}
type SettingAttributes ¶
type SettingAttributes struct {
// contains filtered or unexported fields
}
func (SettingAttributes) InternalRef ¶
func (s SettingAttributes) InternalRef() (terra.Reference, error)
func (SettingAttributes) InternalTokens ¶
func (s SettingAttributes) InternalTokens() (hclwrite.Tokens, error)
func (SettingAttributes) InternalWithRef ¶
func (s SettingAttributes) InternalWithRef(ref terra.Reference) SettingAttributes
func (SettingAttributes) Name ¶
func (s SettingAttributes) Name() terra.StringValue
func (SettingAttributes) Value ¶
func (s SettingAttributes) Value() terra.StringValue
type SettingState ¶
Click to show internal directories.
Click to hide internal directories.