Documentation ¶
Index ¶
- type ResponseParameters
- type ResponseParametersAttributes
- func (rp ResponseParametersAttributes) InternalRef() (terra.Reference, error)
- func (rp ResponseParametersAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (rp ResponseParametersAttributes) InternalWithRef(ref terra.Reference) ResponseParametersAttributes
- func (rp ResponseParametersAttributes) Mappings() terra.MapValue[terra.StringValue]
- func (rp ResponseParametersAttributes) StatusCode() terra.StringValue
- type ResponseParametersState
- type TlsConfig
- type TlsConfigAttributes
- type TlsConfigState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseParameters ¶
type ResponseParameters struct { // Mappings: map of string, required Mappings terra.MapValue[terra.StringValue] `hcl:"mappings,attr" validate:"required"` // StatusCode: string, required StatusCode terra.StringValue `hcl:"status_code,attr" validate:"required"` }
type ResponseParametersAttributes ¶
type ResponseParametersAttributes struct {
// contains filtered or unexported fields
}
func (ResponseParametersAttributes) InternalRef ¶
func (rp ResponseParametersAttributes) InternalRef() (terra.Reference, error)
func (ResponseParametersAttributes) InternalTokens ¶
func (rp ResponseParametersAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ResponseParametersAttributes) InternalWithRef ¶
func (rp ResponseParametersAttributes) InternalWithRef(ref terra.Reference) ResponseParametersAttributes
func (ResponseParametersAttributes) Mappings ¶
func (rp ResponseParametersAttributes) Mappings() terra.MapValue[terra.StringValue]
func (ResponseParametersAttributes) StatusCode ¶
func (rp ResponseParametersAttributes) StatusCode() terra.StringValue
type ResponseParametersState ¶
type TlsConfig ¶
type TlsConfig struct { // ServerNameToVerify: string, optional ServerNameToVerify terra.StringValue `hcl:"server_name_to_verify,attr"` }
type TlsConfigAttributes ¶
type TlsConfigAttributes struct {
// contains filtered or unexported fields
}
func (TlsConfigAttributes) InternalRef ¶
func (tc TlsConfigAttributes) InternalRef() (terra.Reference, error)
func (TlsConfigAttributes) InternalTokens ¶
func (tc TlsConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TlsConfigAttributes) InternalWithRef ¶
func (tc TlsConfigAttributes) InternalWithRef(ref terra.Reference) TlsConfigAttributes
func (TlsConfigAttributes) ServerNameToVerify ¶
func (tc TlsConfigAttributes) ServerNameToVerify() terra.StringValue
type TlsConfigState ¶
type TlsConfigState struct {
ServerNameToVerify string `json:"server_name_to_verify"`
}
Click to show internal directories.
Click to hide internal directories.