appstreamstack

package
v0.0.0-...-964ba77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessEndpoints

type AccessEndpoints struct {
	// EndpointType: string, required
	EndpointType terra.StringValue `hcl:"endpoint_type,attr" validate:"required"`
	// VpceId: string, optional
	VpceId terra.StringValue `hcl:"vpce_id,attr"`
}

type AccessEndpointsAttributes

type AccessEndpointsAttributes struct {
	// contains filtered or unexported fields
}

func (AccessEndpointsAttributes) EndpointType

func (ae AccessEndpointsAttributes) EndpointType() terra.StringValue

func (AccessEndpointsAttributes) InternalRef

func (ae AccessEndpointsAttributes) InternalRef() (terra.Reference, error)

func (AccessEndpointsAttributes) InternalTokens

func (ae AccessEndpointsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AccessEndpointsAttributes) InternalWithRef

func (AccessEndpointsAttributes) VpceId

type AccessEndpointsState

type AccessEndpointsState struct {
	EndpointType string `json:"endpoint_type"`
	VpceId       string `json:"vpce_id"`
}

type ApplicationSettings

type ApplicationSettings struct {
	// Enabled: bool, required
	Enabled terra.BoolValue `hcl:"enabled,attr" validate:"required"`
	// SettingsGroup: string, optional
	SettingsGroup terra.StringValue `hcl:"settings_group,attr"`
}

type ApplicationSettingsAttributes

type ApplicationSettingsAttributes struct {
	// contains filtered or unexported fields
}

func (ApplicationSettingsAttributes) Enabled

func (ApplicationSettingsAttributes) InternalRef

func (as ApplicationSettingsAttributes) InternalRef() (terra.Reference, error)

func (ApplicationSettingsAttributes) InternalTokens

func (as ApplicationSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ApplicationSettingsAttributes) InternalWithRef

func (ApplicationSettingsAttributes) SettingsGroup

func (as ApplicationSettingsAttributes) SettingsGroup() terra.StringValue

type ApplicationSettingsState

type ApplicationSettingsState struct {
	Enabled       bool   `json:"enabled"`
	SettingsGroup string `json:"settings_group"`
}

type StorageConnectors

type StorageConnectors struct {
	// ConnectorType: string, required
	ConnectorType terra.StringValue `hcl:"connector_type,attr" validate:"required"`
	// Domains: list of string, optional
	Domains terra.ListValue[terra.StringValue] `hcl:"domains,attr"`
	// ResourceIdentifier: string, optional
	ResourceIdentifier terra.StringValue `hcl:"resource_identifier,attr"`
}

type StorageConnectorsAttributes

type StorageConnectorsAttributes struct {
	// contains filtered or unexported fields
}

func (StorageConnectorsAttributes) ConnectorType

func (sc StorageConnectorsAttributes) ConnectorType() terra.StringValue

func (StorageConnectorsAttributes) Domains

func (StorageConnectorsAttributes) InternalRef

func (sc StorageConnectorsAttributes) InternalRef() (terra.Reference, error)

func (StorageConnectorsAttributes) InternalTokens

func (sc StorageConnectorsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (StorageConnectorsAttributes) InternalWithRef

func (StorageConnectorsAttributes) ResourceIdentifier

func (sc StorageConnectorsAttributes) ResourceIdentifier() terra.StringValue

type StorageConnectorsState

type StorageConnectorsState struct {
	ConnectorType      string   `json:"connector_type"`
	Domains            []string `json:"domains"`
	ResourceIdentifier string   `json:"resource_identifier"`
}

type StreamingExperienceSettings

type StreamingExperienceSettings struct {
	// PreferredProtocol: string, optional
	PreferredProtocol terra.StringValue `hcl:"preferred_protocol,attr"`
}

type StreamingExperienceSettingsAttributes

type StreamingExperienceSettingsAttributes struct {
	// contains filtered or unexported fields
}

func (StreamingExperienceSettingsAttributes) InternalRef

func (StreamingExperienceSettingsAttributes) InternalTokens

func (StreamingExperienceSettingsAttributes) InternalWithRef

func (StreamingExperienceSettingsAttributes) PreferredProtocol

type StreamingExperienceSettingsState

type StreamingExperienceSettingsState struct {
	PreferredProtocol string `json:"preferred_protocol"`
}

type UserSettings

type UserSettings struct {
	// Action: string, required
	Action terra.StringValue `hcl:"action,attr" validate:"required"`
	// Permission: string, required
	Permission terra.StringValue `hcl:"permission,attr" validate:"required"`
}

type UserSettingsAttributes

type UserSettingsAttributes struct {
	// contains filtered or unexported fields
}

func (UserSettingsAttributes) Action

func (UserSettingsAttributes) InternalRef

func (us UserSettingsAttributes) InternalRef() (terra.Reference, error)

func (UserSettingsAttributes) InternalTokens

func (us UserSettingsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (UserSettingsAttributes) InternalWithRef

func (UserSettingsAttributes) Permission

func (us UserSettingsAttributes) Permission() terra.StringValue

type UserSettingsState

type UserSettingsState struct {
	Action     string `json:"action"`
	Permission string `json:"permission"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL