kendraexperience

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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: optional
	ContentSourceConfiguration *ContentSourceConfiguration `hcl:"content_source_configuration,block"`
	// UserIdentityConfiguration: optional
	UserIdentityConfiguration *UserIdentityConfiguration `hcl:"user_identity_configuration,block"`
}

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 {
	// DataSourceIds: set of string, optional
	DataSourceIds terra.SetValue[terra.StringValue] `hcl:"data_source_ids,attr"`
	// DirectPutContent: bool, optional
	DirectPutContent terra.BoolValue `hcl:"direct_put_content,attr"`
	// FaqIds: set of string, optional
	FaqIds terra.SetValue[terra.StringValue] `hcl:"faq_ids,attr"`
}

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 Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Update string `json:"update"`
}

type UserIdentityConfiguration

type UserIdentityConfiguration struct {
	// IdentityAttributeName: string, required
	IdentityAttributeName terra.StringValue `hcl:"identity_attribute_name,attr" validate:"required"`
}

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