datakendraexperience

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 Configuration

type Configuration struct {
	// ContentSourceConfiguration: min=0
	ContentSourceConfiguration []ContentSourceConfiguration `hcl:"content_source_configuration,block" validate:"min=0"`
	// UserIdentityConfiguration: min=0
	UserIdentityConfiguration []UserIdentityConfiguration `hcl:"user_identity_configuration,block" validate:"min=0"`
}

type ConfigurationAttributes

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

func (ConfigurationAttributes) ContentSourceConfiguration

func (ConfigurationAttributes) InternalRef

func (c ConfigurationAttributes) InternalRef() (terra.Reference, error)

func (ConfigurationAttributes) InternalTokens

func (c ConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (ConfigurationAttributes) InternalWithRef

func (ConfigurationAttributes) UserIdentityConfiguration

type ConfigurationState

type ConfigurationState struct {
	ContentSourceConfiguration []ContentSourceConfigurationState `json:"content_source_configuration"`
	UserIdentityConfiguration  []UserIdentityConfigurationState  `json:"user_identity_configuration"`
}

type ContentSourceConfiguration

type ContentSourceConfiguration struct{}

type ContentSourceConfigurationAttributes

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

func (ContentSourceConfigurationAttributes) DataSourceIds

func (ContentSourceConfigurationAttributes) DirectPutContent

func (csc ContentSourceConfigurationAttributes) DirectPutContent() terra.BoolValue

func (ContentSourceConfigurationAttributes) FaqIds

func (ContentSourceConfigurationAttributes) InternalRef

func (ContentSourceConfigurationAttributes) InternalTokens

func (ContentSourceConfigurationAttributes) InternalWithRef

type ContentSourceConfigurationState

type ContentSourceConfigurationState struct {
	DataSourceIds    []string `json:"data_source_ids"`
	DirectPutContent bool     `json:"direct_put_content"`
	FaqIds           []string `json:"faq_ids"`
}

type Endpoints

type Endpoints struct{}

type EndpointsAttributes

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

func (EndpointsAttributes) Endpoint

func (e EndpointsAttributes) Endpoint() terra.StringValue

func (EndpointsAttributes) EndpointType

func (e EndpointsAttributes) EndpointType() terra.StringValue

func (EndpointsAttributes) InternalRef

func (e EndpointsAttributes) InternalRef() (terra.Reference, error)

func (EndpointsAttributes) InternalTokens

func (e EndpointsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (EndpointsAttributes) InternalWithRef

func (e EndpointsAttributes) InternalWithRef(ref terra.Reference) EndpointsAttributes

type EndpointsState

type EndpointsState struct {
	Endpoint     string `json:"endpoint"`
	EndpointType string `json:"endpoint_type"`
}

type UserIdentityConfiguration

type UserIdentityConfiguration struct{}

type UserIdentityConfigurationAttributes

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

func (UserIdentityConfigurationAttributes) IdentityAttributeName

func (uic UserIdentityConfigurationAttributes) IdentityAttributeName() terra.StringValue

func (UserIdentityConfigurationAttributes) InternalRef

func (UserIdentityConfigurationAttributes) InternalTokens

func (uic UserIdentityConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (UserIdentityConfigurationAttributes) InternalWithRef

type UserIdentityConfigurationState

type UserIdentityConfigurationState struct {
	IdentityAttributeName string `json:"identity_attribute_name"`
}

Jump to

Keyboard shortcuts

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