Documentation ¶
Index ¶
- type Args
- type Configuration
- type ConfigurationAttributes
- func (c ConfigurationAttributes) ContentSourceConfiguration() terra.ListValue[ConfigurationContentSourceConfigurationAttributes]
- func (c ConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (c ConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c ConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationAttributes
- func (c ConfigurationAttributes) UserIdentityConfiguration() terra.ListValue[ConfigurationUserIdentityConfigurationAttributes]
- type ConfigurationContentSourceConfiguration
- type ConfigurationContentSourceConfigurationAttributes
- func (csc ConfigurationContentSourceConfigurationAttributes) DataSourceIds() terra.SetValue[terra.StringValue]
- func (csc ConfigurationContentSourceConfigurationAttributes) DirectPutContent() terra.BoolValue
- func (csc ConfigurationContentSourceConfigurationAttributes) FaqIds() terra.SetValue[terra.StringValue]
- func (csc ConfigurationContentSourceConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (csc ConfigurationContentSourceConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (csc ConfigurationContentSourceConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationContentSourceConfigurationAttributes
- type ConfigurationContentSourceConfigurationState
- type ConfigurationState
- type ConfigurationUserIdentityConfiguration
- type ConfigurationUserIdentityConfigurationAttributes
- func (uic ConfigurationUserIdentityConfigurationAttributes) IdentityAttributeName() terra.StringValue
- func (uic ConfigurationUserIdentityConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (uic ConfigurationUserIdentityConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (uic ConfigurationUserIdentityConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationUserIdentityConfigurationAttributes
- type ConfigurationUserIdentityConfigurationState
- type DataArgs
- type DataConfigurationAttributes
- func (c DataConfigurationAttributes) ContentSourceConfiguration() terra.ListValue[DataConfigurationContentSourceConfigurationAttributes]
- func (c DataConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (c DataConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (c DataConfigurationAttributes) InternalWithRef(ref terra.Reference) DataConfigurationAttributes
- func (c DataConfigurationAttributes) UserIdentityConfiguration() terra.ListValue[DataConfigurationUserIdentityConfigurationAttributes]
- type DataConfigurationContentSourceConfigurationAttributes
- func (csc DataConfigurationContentSourceConfigurationAttributes) DataSourceIds() terra.SetValue[terra.StringValue]
- func (csc DataConfigurationContentSourceConfigurationAttributes) DirectPutContent() terra.BoolValue
- func (csc DataConfigurationContentSourceConfigurationAttributes) FaqIds() terra.SetValue[terra.StringValue]
- func (csc DataConfigurationContentSourceConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (csc DataConfigurationContentSourceConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (csc DataConfigurationContentSourceConfigurationAttributes) InternalWithRef(ref terra.Reference) DataConfigurationContentSourceConfigurationAttributes
- type DataConfigurationContentSourceConfigurationState
- type DataConfigurationState
- type DataConfigurationUserIdentityConfigurationAttributes
- func (uic DataConfigurationUserIdentityConfigurationAttributes) IdentityAttributeName() terra.StringValue
- func (uic DataConfigurationUserIdentityConfigurationAttributes) InternalRef() (terra.Reference, error)
- func (uic DataConfigurationUserIdentityConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (uic DataConfigurationUserIdentityConfigurationAttributes) InternalWithRef(ref terra.Reference) DataConfigurationUserIdentityConfigurationAttributes
- type DataConfigurationUserIdentityConfigurationState
- type DataEndpointsAttributes
- func (e DataEndpointsAttributes) Endpoint() terra.StringValue
- func (e DataEndpointsAttributes) EndpointType() terra.StringValue
- func (e DataEndpointsAttributes) InternalRef() (terra.Reference, error)
- func (e DataEndpointsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e DataEndpointsAttributes) InternalWithRef(ref terra.Reference) DataEndpointsAttributes
- type DataEndpointsState
- type DataSource
- type EndpointsAttributes
- func (e EndpointsAttributes) Endpoint() terra.StringValue
- func (e EndpointsAttributes) EndpointType() terra.StringValue
- func (e EndpointsAttributes) InternalRef() (terra.Reference, error)
- func (e EndpointsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e EndpointsAttributes) InternalWithRef(ref terra.Reference) EndpointsAttributes
- type EndpointsState
- type Resource
- func (ake *Resource) Attributes() awsKendraExperienceAttributes
- func (ake *Resource) Configuration() interface{}
- func (ake *Resource) DependOn() terra.Reference
- func (ake *Resource) Dependencies() terra.Dependencies
- func (ake *Resource) ImportState(state io.Reader) error
- func (ake *Resource) LifecycleManagement() *terra.Lifecycle
- func (ake *Resource) LocalName() string
- func (ake *Resource) State() (*awsKendraExperienceState, bool)
- func (ake *Resource) StateMust() *awsKendraExperienceState
- func (ake *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // Description: string, optional Description terra.StringValue `hcl:"description,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // IndexId: string, required IndexId terra.StringValue `hcl:"index_id,attr" validate:"required"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // RoleArn: string, required RoleArn terra.StringValue `hcl:"role_arn,attr" validate:"required"` // Configuration: optional Configuration *Configuration `hcl:"configuration,block"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for aws_kendra_experience.
type Configuration ¶
type Configuration struct { // ConfigurationContentSourceConfiguration: optional ContentSourceConfiguration *ConfigurationContentSourceConfiguration `hcl:"content_source_configuration,block"` // ConfigurationUserIdentityConfiguration: optional UserIdentityConfiguration *ConfigurationUserIdentityConfiguration `hcl:"user_identity_configuration,block"` }
type ConfigurationAttributes ¶
type ConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (ConfigurationAttributes) ContentSourceConfiguration ¶
func (c ConfigurationAttributes) ContentSourceConfiguration() terra.ListValue[ConfigurationContentSourceConfigurationAttributes]
func (ConfigurationAttributes) InternalRef ¶
func (c ConfigurationAttributes) InternalRef() (terra.Reference, error)
func (ConfigurationAttributes) InternalTokens ¶
func (c ConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConfigurationAttributes) InternalWithRef ¶
func (c ConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationAttributes
func (ConfigurationAttributes) UserIdentityConfiguration ¶
func (c ConfigurationAttributes) UserIdentityConfiguration() terra.ListValue[ConfigurationUserIdentityConfigurationAttributes]
type ConfigurationContentSourceConfiguration ¶
type ConfigurationContentSourceConfiguration 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 ConfigurationContentSourceConfigurationAttributes ¶
type ConfigurationContentSourceConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (ConfigurationContentSourceConfigurationAttributes) DataSourceIds ¶
func (csc ConfigurationContentSourceConfigurationAttributes) DataSourceIds() terra.SetValue[terra.StringValue]
func (ConfigurationContentSourceConfigurationAttributes) DirectPutContent ¶
func (csc ConfigurationContentSourceConfigurationAttributes) DirectPutContent() terra.BoolValue
func (ConfigurationContentSourceConfigurationAttributes) FaqIds ¶
func (csc ConfigurationContentSourceConfigurationAttributes) FaqIds() terra.SetValue[terra.StringValue]
func (ConfigurationContentSourceConfigurationAttributes) InternalRef ¶
func (csc ConfigurationContentSourceConfigurationAttributes) InternalRef() (terra.Reference, error)
func (ConfigurationContentSourceConfigurationAttributes) InternalTokens ¶
func (csc ConfigurationContentSourceConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConfigurationContentSourceConfigurationAttributes) InternalWithRef ¶
func (csc ConfigurationContentSourceConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationContentSourceConfigurationAttributes
type ConfigurationState ¶
type ConfigurationState struct { ContentSourceConfiguration []ConfigurationContentSourceConfigurationState `json:"content_source_configuration"` UserIdentityConfiguration []ConfigurationUserIdentityConfigurationState `json:"user_identity_configuration"` }
type ConfigurationUserIdentityConfiguration ¶
type ConfigurationUserIdentityConfiguration struct { // IdentityAttributeName: string, required IdentityAttributeName terra.StringValue `hcl:"identity_attribute_name,attr" validate:"required"` }
type ConfigurationUserIdentityConfigurationAttributes ¶
type ConfigurationUserIdentityConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (ConfigurationUserIdentityConfigurationAttributes) IdentityAttributeName ¶
func (uic ConfigurationUserIdentityConfigurationAttributes) IdentityAttributeName() terra.StringValue
func (ConfigurationUserIdentityConfigurationAttributes) InternalRef ¶
func (uic ConfigurationUserIdentityConfigurationAttributes) InternalRef() (terra.Reference, error)
func (ConfigurationUserIdentityConfigurationAttributes) InternalTokens ¶
func (uic ConfigurationUserIdentityConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ConfigurationUserIdentityConfigurationAttributes) InternalWithRef ¶
func (uic ConfigurationUserIdentityConfigurationAttributes) InternalWithRef(ref terra.Reference) ConfigurationUserIdentityConfigurationAttributes
type ConfigurationUserIdentityConfigurationState ¶
type ConfigurationUserIdentityConfigurationState struct {
IdentityAttributeName string `json:"identity_attribute_name"`
}
type DataArgs ¶
type DataArgs struct { // ExperienceId: string, required ExperienceId terra.StringValue `hcl:"experience_id,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // IndexId: string, required IndexId terra.StringValue `hcl:"index_id,attr" validate:"required"` }
DataArgs contains the configurations for aws_kendra_experience.
type DataConfigurationAttributes ¶
type DataConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (DataConfigurationAttributes) ContentSourceConfiguration ¶
func (c DataConfigurationAttributes) ContentSourceConfiguration() terra.ListValue[DataConfigurationContentSourceConfigurationAttributes]
func (DataConfigurationAttributes) InternalRef ¶
func (c DataConfigurationAttributes) InternalRef() (terra.Reference, error)
func (DataConfigurationAttributes) InternalTokens ¶
func (c DataConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataConfigurationAttributes) InternalWithRef ¶
func (c DataConfigurationAttributes) InternalWithRef(ref terra.Reference) DataConfigurationAttributes
func (DataConfigurationAttributes) UserIdentityConfiguration ¶
func (c DataConfigurationAttributes) UserIdentityConfiguration() terra.ListValue[DataConfigurationUserIdentityConfigurationAttributes]
type DataConfigurationContentSourceConfigurationAttributes ¶
type DataConfigurationContentSourceConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (DataConfigurationContentSourceConfigurationAttributes) DataSourceIds ¶
func (csc DataConfigurationContentSourceConfigurationAttributes) DataSourceIds() terra.SetValue[terra.StringValue]
func (DataConfigurationContentSourceConfigurationAttributes) DirectPutContent ¶
func (csc DataConfigurationContentSourceConfigurationAttributes) DirectPutContent() terra.BoolValue
func (DataConfigurationContentSourceConfigurationAttributes) FaqIds ¶
func (csc DataConfigurationContentSourceConfigurationAttributes) FaqIds() terra.SetValue[terra.StringValue]
func (DataConfigurationContentSourceConfigurationAttributes) InternalRef ¶
func (csc DataConfigurationContentSourceConfigurationAttributes) InternalRef() (terra.Reference, error)
func (DataConfigurationContentSourceConfigurationAttributes) InternalTokens ¶
func (csc DataConfigurationContentSourceConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataConfigurationContentSourceConfigurationAttributes) InternalWithRef ¶
func (csc DataConfigurationContentSourceConfigurationAttributes) InternalWithRef(ref terra.Reference) DataConfigurationContentSourceConfigurationAttributes
type DataConfigurationState ¶
type DataConfigurationState struct { ContentSourceConfiguration []DataConfigurationContentSourceConfigurationState `json:"content_source_configuration"` UserIdentityConfiguration []DataConfigurationUserIdentityConfigurationState `json:"user_identity_configuration"` }
type DataConfigurationUserIdentityConfigurationAttributes ¶
type DataConfigurationUserIdentityConfigurationAttributes struct {
// contains filtered or unexported fields
}
func (DataConfigurationUserIdentityConfigurationAttributes) IdentityAttributeName ¶
func (uic DataConfigurationUserIdentityConfigurationAttributes) IdentityAttributeName() terra.StringValue
func (DataConfigurationUserIdentityConfigurationAttributes) InternalRef ¶
func (uic DataConfigurationUserIdentityConfigurationAttributes) InternalRef() (terra.Reference, error)
func (DataConfigurationUserIdentityConfigurationAttributes) InternalTokens ¶
func (uic DataConfigurationUserIdentityConfigurationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataConfigurationUserIdentityConfigurationAttributes) InternalWithRef ¶
func (uic DataConfigurationUserIdentityConfigurationAttributes) InternalWithRef(ref terra.Reference) DataConfigurationUserIdentityConfigurationAttributes
type DataConfigurationUserIdentityConfigurationState ¶
type DataConfigurationUserIdentityConfigurationState struct {
IdentityAttributeName string `json:"identity_attribute_name"`
}
type DataEndpointsAttributes ¶
type DataEndpointsAttributes struct {
// contains filtered or unexported fields
}
func (DataEndpointsAttributes) Endpoint ¶
func (e DataEndpointsAttributes) Endpoint() terra.StringValue
func (DataEndpointsAttributes) EndpointType ¶
func (e DataEndpointsAttributes) EndpointType() terra.StringValue
func (DataEndpointsAttributes) InternalRef ¶
func (e DataEndpointsAttributes) InternalRef() (terra.Reference, error)
func (DataEndpointsAttributes) InternalTokens ¶
func (e DataEndpointsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataEndpointsAttributes) InternalWithRef ¶
func (e DataEndpointsAttributes) InternalWithRef(ref terra.Reference) DataEndpointsAttributes
type DataEndpointsState ¶
type DataSource ¶
DataSource represents the Terraform data resource aws_kendra_experience.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (ake *DataSource) Attributes() dataAwsKendraExperienceAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (ake *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (ake *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (ake *DataSource) LocalName() string
LocalName returns the local name for DataSource.
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 Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource aws_kendra_experience.
func (*Resource) Attributes ¶
func (ake *Resource) Attributes() awsKendraExperienceAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (ake *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (ake *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
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 (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
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 ¶
func (t TimeoutsAttributes) Update() terra.StringValue