Documentation ¶
Index ¶
- func DataAwsKendraIndex_IsConstruct(x interface{}) *bool
- func DataAwsKendraIndex_IsTerraformDataSource(x interface{}) *bool
- func DataAwsKendraIndex_IsTerraformElement(x interface{}) *bool
- func DataAwsKendraIndex_TfResourceType() *string
- func NewDataAwsKendraIndexCapacityUnitsList_Override(d DataAwsKendraIndexCapacityUnitsList, ...)
- func NewDataAwsKendraIndexCapacityUnitsOutputReference_Override(d DataAwsKendraIndexCapacityUnitsOutputReference, ...)
- func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesList_Override(d DataAwsKendraIndexDocumentMetadataConfigurationUpdatesList, ...)
- func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesOutputReference_Override(d DataAwsKendraIndexDocumentMetadataConfigurationUpdatesOutputReference, ...)
- func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceList_Override(d DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceList, ...)
- func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceOutputReference_Override(...)
- func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchList_Override(d DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchList, ...)
- func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchOutputReference_Override(d DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchOutputReference, ...)
- func NewDataAwsKendraIndexIndexStatisticsFaqStatisticsList_Override(d DataAwsKendraIndexIndexStatisticsFaqStatisticsList, ...)
- func NewDataAwsKendraIndexIndexStatisticsFaqStatisticsOutputReference_Override(d DataAwsKendraIndexIndexStatisticsFaqStatisticsOutputReference, ...)
- func NewDataAwsKendraIndexIndexStatisticsList_Override(d DataAwsKendraIndexIndexStatisticsList, ...)
- func NewDataAwsKendraIndexIndexStatisticsOutputReference_Override(d DataAwsKendraIndexIndexStatisticsOutputReference, ...)
- func NewDataAwsKendraIndexIndexStatisticsTextDocumentStatisticsList_Override(d DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsList, ...)
- func NewDataAwsKendraIndexIndexStatisticsTextDocumentStatisticsOutputReference_Override(d DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsOutputReference, ...)
- func NewDataAwsKendraIndexServerSideEncryptionConfigurationList_Override(d DataAwsKendraIndexServerSideEncryptionConfigurationList, ...)
- func NewDataAwsKendraIndexServerSideEncryptionConfigurationOutputReference_Override(d DataAwsKendraIndexServerSideEncryptionConfigurationOutputReference, ...)
- func NewDataAwsKendraIndexUserGroupResolutionConfigurationList_Override(d DataAwsKendraIndexUserGroupResolutionConfigurationList, ...)
- func NewDataAwsKendraIndexUserGroupResolutionConfigurationOutputReference_Override(d DataAwsKendraIndexUserGroupResolutionConfigurationOutputReference, ...)
- func NewDataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationList_Override(d DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationList, ...)
- func NewDataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationOutputReference_Override(...)
- func NewDataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationList_Override(d DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationList, ...)
- func NewDataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationOutputReference_Override(...)
- func NewDataAwsKendraIndexUserTokenConfigurationsList_Override(d DataAwsKendraIndexUserTokenConfigurationsList, ...)
- func NewDataAwsKendraIndexUserTokenConfigurationsOutputReference_Override(d DataAwsKendraIndexUserTokenConfigurationsOutputReference, ...)
- func NewDataAwsKendraIndex_Override(d DataAwsKendraIndex, scope constructs.Construct, id *string, ...)
- type DataAwsKendraIndex
- type DataAwsKendraIndexCapacityUnits
- type DataAwsKendraIndexCapacityUnitsList
- type DataAwsKendraIndexCapacityUnitsOutputReference
- type DataAwsKendraIndexConfig
- type DataAwsKendraIndexDocumentMetadataConfigurationUpdates
- type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesList
- type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesOutputReference
- type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevance
- type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceList
- type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceOutputReference
- type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearch
- type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchList
- type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchOutputReference
- type DataAwsKendraIndexIndexStatistics
- type DataAwsKendraIndexIndexStatisticsFaqStatistics
- type DataAwsKendraIndexIndexStatisticsFaqStatisticsList
- type DataAwsKendraIndexIndexStatisticsFaqStatisticsOutputReference
- type DataAwsKendraIndexIndexStatisticsList
- type DataAwsKendraIndexIndexStatisticsOutputReference
- type DataAwsKendraIndexIndexStatisticsTextDocumentStatistics
- type DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsList
- type DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsOutputReference
- type DataAwsKendraIndexServerSideEncryptionConfiguration
- type DataAwsKendraIndexServerSideEncryptionConfigurationList
- type DataAwsKendraIndexServerSideEncryptionConfigurationOutputReference
- type DataAwsKendraIndexUserGroupResolutionConfiguration
- type DataAwsKendraIndexUserGroupResolutionConfigurationList
- type DataAwsKendraIndexUserGroupResolutionConfigurationOutputReference
- type DataAwsKendraIndexUserTokenConfigurations
- type DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfiguration
- type DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationList
- type DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationOutputReference
- type DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfiguration
- type DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationList
- type DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationOutputReference
- type DataAwsKendraIndexUserTokenConfigurationsList
- type DataAwsKendraIndexUserTokenConfigurationsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataAwsKendraIndex_IsConstruct ¶
func DataAwsKendraIndex_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func DataAwsKendraIndex_IsTerraformDataSource ¶
func DataAwsKendraIndex_IsTerraformDataSource(x interface{}) *bool
Experimental.
func DataAwsKendraIndex_IsTerraformElement ¶
func DataAwsKendraIndex_IsTerraformElement(x interface{}) *bool
Experimental.
func DataAwsKendraIndex_TfResourceType ¶
func DataAwsKendraIndex_TfResourceType() *string
func NewDataAwsKendraIndexCapacityUnitsList_Override ¶
func NewDataAwsKendraIndexCapacityUnitsList_Override(d DataAwsKendraIndexCapacityUnitsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsKendraIndexCapacityUnitsOutputReference_Override ¶
func NewDataAwsKendraIndexCapacityUnitsOutputReference_Override(d DataAwsKendraIndexCapacityUnitsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesList_Override ¶
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesList_Override(d DataAwsKendraIndexDocumentMetadataConfigurationUpdatesList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesOutputReference_Override ¶
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesOutputReference_Override(d DataAwsKendraIndexDocumentMetadataConfigurationUpdatesOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceList_Override ¶
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceList_Override(d DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceOutputReference_Override ¶
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceOutputReference_Override(d DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchList_Override ¶
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchList_Override(d DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchOutputReference_Override ¶
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchOutputReference_Override(d DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsKendraIndexIndexStatisticsFaqStatisticsList_Override ¶
func NewDataAwsKendraIndexIndexStatisticsFaqStatisticsList_Override(d DataAwsKendraIndexIndexStatisticsFaqStatisticsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsKendraIndexIndexStatisticsFaqStatisticsOutputReference_Override ¶
func NewDataAwsKendraIndexIndexStatisticsFaqStatisticsOutputReference_Override(d DataAwsKendraIndexIndexStatisticsFaqStatisticsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsKendraIndexIndexStatisticsList_Override ¶
func NewDataAwsKendraIndexIndexStatisticsList_Override(d DataAwsKendraIndexIndexStatisticsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsKendraIndexIndexStatisticsOutputReference_Override ¶
func NewDataAwsKendraIndexIndexStatisticsOutputReference_Override(d DataAwsKendraIndexIndexStatisticsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsKendraIndexIndexStatisticsTextDocumentStatisticsList_Override ¶
func NewDataAwsKendraIndexIndexStatisticsTextDocumentStatisticsList_Override(d DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsKendraIndexIndexStatisticsTextDocumentStatisticsOutputReference_Override ¶
func NewDataAwsKendraIndexIndexStatisticsTextDocumentStatisticsOutputReference_Override(d DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsKendraIndexServerSideEncryptionConfigurationList_Override ¶
func NewDataAwsKendraIndexServerSideEncryptionConfigurationList_Override(d DataAwsKendraIndexServerSideEncryptionConfigurationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsKendraIndexServerSideEncryptionConfigurationOutputReference_Override ¶
func NewDataAwsKendraIndexServerSideEncryptionConfigurationOutputReference_Override(d DataAwsKendraIndexServerSideEncryptionConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsKendraIndexUserGroupResolutionConfigurationList_Override ¶
func NewDataAwsKendraIndexUserGroupResolutionConfigurationList_Override(d DataAwsKendraIndexUserGroupResolutionConfigurationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsKendraIndexUserGroupResolutionConfigurationOutputReference_Override ¶
func NewDataAwsKendraIndexUserGroupResolutionConfigurationOutputReference_Override(d DataAwsKendraIndexUserGroupResolutionConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationList_Override ¶
func NewDataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationList_Override(d DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationOutputReference_Override ¶
func NewDataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationOutputReference_Override(d DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationList_Override ¶
func NewDataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationList_Override(d DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationOutputReference_Override ¶
func NewDataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationOutputReference_Override(d DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsKendraIndexUserTokenConfigurationsList_Override ¶
func NewDataAwsKendraIndexUserTokenConfigurationsList_Override(d DataAwsKendraIndexUserTokenConfigurationsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDataAwsKendraIndexUserTokenConfigurationsOutputReference_Override ¶
func NewDataAwsKendraIndexUserTokenConfigurationsOutputReference_Override(d DataAwsKendraIndexUserTokenConfigurationsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDataAwsKendraIndex_Override ¶
func NewDataAwsKendraIndex_Override(d DataAwsKendraIndex, scope constructs.Construct, id *string, config *DataAwsKendraIndexConfig)
Create a new {@link https://www.terraform.io/docs/providers/aws/d/kendra_index aws_kendra_index} Data Source.
Types ¶
type DataAwsKendraIndex ¶
type DataAwsKendraIndex interface { cdktf.TerraformDataSource Arn() *string CapacityUnits() DataAwsKendraIndexCapacityUnitsList // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() *float64 // Experimental. SetCount(val *float64) CreatedAt() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) Description() *string DocumentMetadataConfigurationUpdates() DataAwsKendraIndexDocumentMetadataConfigurationUpdatesList Edition() *string ErrorMessage() *string // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string IndexStatistics() DataAwsKendraIndexIndexStatisticsList // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) Name() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. RawOverrides() interface{} RoleArn() *string ServerSideEncryptionConfiguration() DataAwsKendraIndexServerSideEncryptionConfigurationList Status() *string Tags() *map[string]*string SetTags(val *map[string]*string) TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string UpdatedAt() *string UserContextPolicy() *string UserGroupResolutionConfiguration() DataAwsKendraIndexUserGroupResolutionConfigurationList UserTokenConfigurations() DataAwsKendraIndexUserTokenConfigurationsList // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTags() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://www.terraform.io/docs/providers/aws/d/kendra_index aws_kendra_index}.
func NewDataAwsKendraIndex ¶
func NewDataAwsKendraIndex(scope constructs.Construct, id *string, config *DataAwsKendraIndexConfig) DataAwsKendraIndex
Create a new {@link https://www.terraform.io/docs/providers/aws/d/kendra_index aws_kendra_index} Data Source.
type DataAwsKendraIndexCapacityUnits ¶
type DataAwsKendraIndexCapacityUnits struct { }
type DataAwsKendraIndexCapacityUnitsList ¶
type DataAwsKendraIndexCapacityUnitsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAwsKendraIndexCapacityUnitsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexCapacityUnitsList ¶
func NewDataAwsKendraIndexCapacityUnitsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsKendraIndexCapacityUnitsList
type DataAwsKendraIndexCapacityUnitsOutputReference ¶
type DataAwsKendraIndexCapacityUnitsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DataAwsKendraIndexCapacityUnits SetInternalValue(val *DataAwsKendraIndexCapacityUnits) QueryCapacityUnits() *float64 StorageCapacityUnits() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexCapacityUnitsOutputReference ¶
func NewDataAwsKendraIndexCapacityUnitsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsKendraIndexCapacityUnitsOutputReference
type DataAwsKendraIndexConfig ¶
type DataAwsKendraIndexConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count *float64 `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/d/kendra_index#id DataAwsKendraIndex#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"required" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://www.terraform.io/docs/providers/aws/d/kendra_index#tags DataAwsKendraIndex#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` }
type DataAwsKendraIndexDocumentMetadataConfigurationUpdates ¶
type DataAwsKendraIndexDocumentMetadataConfigurationUpdates struct { }
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesList ¶
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAwsKendraIndexDocumentMetadataConfigurationUpdatesOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesList ¶
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsKendraIndexDocumentMetadataConfigurationUpdatesList
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesOutputReference ¶
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DataAwsKendraIndexDocumentMetadataConfigurationUpdates SetInternalValue(val *DataAwsKendraIndexDocumentMetadataConfigurationUpdates) Name() *string Relevance() DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceList Search() DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchList // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesOutputReference ¶
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsKendraIndexDocumentMetadataConfigurationUpdatesOutputReference
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevance ¶
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevance struct { }
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceList ¶
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceList ¶
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceList
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceOutputReference ¶
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Duration() *string // Experimental. Fqn() *string Freshness() cdktf.IResolvable Importance() *float64 InternalValue() *DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevance SetInternalValue(val *DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevance) RankOrder() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) ValuesImportanceMap() cdktf.NumberMap // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceOutputReference ¶
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceOutputReference
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearch ¶
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearch struct { }
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchList ¶
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchList ¶
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchList
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchOutputReference ¶
type DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string Displayable() cdktf.IResolvable Facetable() cdktf.IResolvable // Experimental. Fqn() *string InternalValue() *DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearch SetInternalValue(val *DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearch) Searchable() cdktf.IResolvable Sortable() cdktf.IResolvable // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchOutputReference ¶
func NewDataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchOutputReference
type DataAwsKendraIndexIndexStatistics ¶
type DataAwsKendraIndexIndexStatistics struct { }
type DataAwsKendraIndexIndexStatisticsFaqStatistics ¶
type DataAwsKendraIndexIndexStatisticsFaqStatistics struct { }
type DataAwsKendraIndexIndexStatisticsFaqStatisticsList ¶
type DataAwsKendraIndexIndexStatisticsFaqStatisticsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAwsKendraIndexIndexStatisticsFaqStatisticsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexIndexStatisticsFaqStatisticsList ¶
func NewDataAwsKendraIndexIndexStatisticsFaqStatisticsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsKendraIndexIndexStatisticsFaqStatisticsList
type DataAwsKendraIndexIndexStatisticsFaqStatisticsOutputReference ¶
type DataAwsKendraIndexIndexStatisticsFaqStatisticsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string IndexedQuestionAnswersCount() *float64 InternalValue() *DataAwsKendraIndexIndexStatisticsFaqStatistics SetInternalValue(val *DataAwsKendraIndexIndexStatisticsFaqStatistics) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexIndexStatisticsFaqStatisticsOutputReference ¶
func NewDataAwsKendraIndexIndexStatisticsFaqStatisticsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsKendraIndexIndexStatisticsFaqStatisticsOutputReference
type DataAwsKendraIndexIndexStatisticsList ¶
type DataAwsKendraIndexIndexStatisticsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAwsKendraIndexIndexStatisticsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexIndexStatisticsList ¶
func NewDataAwsKendraIndexIndexStatisticsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsKendraIndexIndexStatisticsList
type DataAwsKendraIndexIndexStatisticsOutputReference ¶
type DataAwsKendraIndexIndexStatisticsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string FaqStatistics() DataAwsKendraIndexIndexStatisticsFaqStatisticsList // Experimental. Fqn() *string InternalValue() *DataAwsKendraIndexIndexStatistics SetInternalValue(val *DataAwsKendraIndexIndexStatistics) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TextDocumentStatistics() DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsList // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexIndexStatisticsOutputReference ¶
func NewDataAwsKendraIndexIndexStatisticsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsKendraIndexIndexStatisticsOutputReference
type DataAwsKendraIndexIndexStatisticsTextDocumentStatistics ¶
type DataAwsKendraIndexIndexStatisticsTextDocumentStatistics struct { }
type DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsList ¶
type DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexIndexStatisticsTextDocumentStatisticsList ¶
func NewDataAwsKendraIndexIndexStatisticsTextDocumentStatisticsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsList
type DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsOutputReference ¶
type DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string IndexedTextBytes() *float64 IndexedTextDocumentsCount() *float64 InternalValue() *DataAwsKendraIndexIndexStatisticsTextDocumentStatistics SetInternalValue(val *DataAwsKendraIndexIndexStatisticsTextDocumentStatistics) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexIndexStatisticsTextDocumentStatisticsOutputReference ¶
func NewDataAwsKendraIndexIndexStatisticsTextDocumentStatisticsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsOutputReference
type DataAwsKendraIndexServerSideEncryptionConfiguration ¶
type DataAwsKendraIndexServerSideEncryptionConfiguration struct { }
type DataAwsKendraIndexServerSideEncryptionConfigurationList ¶
type DataAwsKendraIndexServerSideEncryptionConfigurationList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAwsKendraIndexServerSideEncryptionConfigurationOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexServerSideEncryptionConfigurationList ¶
func NewDataAwsKendraIndexServerSideEncryptionConfigurationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsKendraIndexServerSideEncryptionConfigurationList
type DataAwsKendraIndexServerSideEncryptionConfigurationOutputReference ¶
type DataAwsKendraIndexServerSideEncryptionConfigurationOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DataAwsKendraIndexServerSideEncryptionConfiguration SetInternalValue(val *DataAwsKendraIndexServerSideEncryptionConfiguration) KmsKeyId() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexServerSideEncryptionConfigurationOutputReference ¶
func NewDataAwsKendraIndexServerSideEncryptionConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsKendraIndexServerSideEncryptionConfigurationOutputReference
type DataAwsKendraIndexUserGroupResolutionConfiguration ¶
type DataAwsKendraIndexUserGroupResolutionConfiguration struct { }
type DataAwsKendraIndexUserGroupResolutionConfigurationList ¶
type DataAwsKendraIndexUserGroupResolutionConfigurationList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAwsKendraIndexUserGroupResolutionConfigurationOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexUserGroupResolutionConfigurationList ¶
func NewDataAwsKendraIndexUserGroupResolutionConfigurationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsKendraIndexUserGroupResolutionConfigurationList
type DataAwsKendraIndexUserGroupResolutionConfigurationOutputReference ¶
type DataAwsKendraIndexUserGroupResolutionConfigurationOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DataAwsKendraIndexUserGroupResolutionConfiguration SetInternalValue(val *DataAwsKendraIndexUserGroupResolutionConfiguration) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UserGroupResolutionMode() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexUserGroupResolutionConfigurationOutputReference ¶
func NewDataAwsKendraIndexUserGroupResolutionConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsKendraIndexUserGroupResolutionConfigurationOutputReference
type DataAwsKendraIndexUserTokenConfigurations ¶
type DataAwsKendraIndexUserTokenConfigurations struct { }
type DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfiguration ¶
type DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfiguration struct { }
type DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationList ¶
type DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationList ¶
func NewDataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationList
type DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationOutputReference ¶
type DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string GroupAttributeField() *string InternalValue() *DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfiguration SetInternalValue(val *DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfiguration) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) UserNameAttributeField() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationOutputReference ¶
func NewDataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationOutputReference
type DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfiguration ¶
type DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfiguration struct { }
type DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationList ¶
type DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationList ¶
func NewDataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationList
type DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationOutputReference ¶
type DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationOutputReference interface { cdktf.ComplexObject ClaimRegex() *string // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string GroupAttributeField() *string InternalValue() *DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfiguration SetInternalValue(val *DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfiguration) Issuer() *string KeyLocation() *string SecretsManagerArn() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Url() *string UserNameAttributeField() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationOutputReference ¶
func NewDataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationOutputReference
type DataAwsKendraIndexUserTokenConfigurationsList ¶
type DataAwsKendraIndexUserTokenConfigurationsList interface { cdktf.ComplexList // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Experimental. ComputeFqn() *string Get(index *float64) DataAwsKendraIndexUserTokenConfigurationsOutputReference // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexUserTokenConfigurationsList ¶
func NewDataAwsKendraIndexUserTokenConfigurationsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DataAwsKendraIndexUserTokenConfigurationsList
type DataAwsKendraIndexUserTokenConfigurationsOutputReference ¶
type DataAwsKendraIndexUserTokenConfigurationsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() *DataAwsKendraIndexUserTokenConfigurations SetInternalValue(val *DataAwsKendraIndexUserTokenConfigurations) JsonTokenTypeConfiguration() DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationList JwtTokenTypeConfiguration() DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationList // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewDataAwsKendraIndexUserTokenConfigurationsOutputReference ¶
func NewDataAwsKendraIndexUserTokenConfigurationsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DataAwsKendraIndexUserTokenConfigurationsOutputReference
Source Files ¶
- dataawskendraindex.go
- dataawskendraindex_DataAwsKendraIndex.go
- dataawskendraindex_DataAwsKendraIndexCapacityUnits.go
- dataawskendraindex_DataAwsKendraIndexCapacityUnitsList.go
- dataawskendraindex_DataAwsKendraIndexCapacityUnitsList__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexCapacityUnitsOutputReference.go
- dataawskendraindex_DataAwsKendraIndexCapacityUnitsOutputReference__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexConfig.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdates.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdatesList.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdatesList__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdatesOutputReference.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdatesOutputReference__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevance.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceList.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceList__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceOutputReference.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdatesRelevanceOutputReference__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearch.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchList.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchList__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchOutputReference.go
- dataawskendraindex_DataAwsKendraIndexDocumentMetadataConfigurationUpdatesSearchOutputReference__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexIndexStatistics.go
- dataawskendraindex_DataAwsKendraIndexIndexStatisticsFaqStatistics.go
- dataawskendraindex_DataAwsKendraIndexIndexStatisticsFaqStatisticsList.go
- dataawskendraindex_DataAwsKendraIndexIndexStatisticsFaqStatisticsList__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexIndexStatisticsFaqStatisticsOutputReference.go
- dataawskendraindex_DataAwsKendraIndexIndexStatisticsFaqStatisticsOutputReference__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexIndexStatisticsList.go
- dataawskendraindex_DataAwsKendraIndexIndexStatisticsList__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexIndexStatisticsOutputReference.go
- dataawskendraindex_DataAwsKendraIndexIndexStatisticsOutputReference__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexIndexStatisticsTextDocumentStatistics.go
- dataawskendraindex_DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsList.go
- dataawskendraindex_DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsList__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsOutputReference.go
- dataawskendraindex_DataAwsKendraIndexIndexStatisticsTextDocumentStatisticsOutputReference__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexServerSideEncryptionConfiguration.go
- dataawskendraindex_DataAwsKendraIndexServerSideEncryptionConfigurationList.go
- dataawskendraindex_DataAwsKendraIndexServerSideEncryptionConfigurationList__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexServerSideEncryptionConfigurationOutputReference.go
- dataawskendraindex_DataAwsKendraIndexServerSideEncryptionConfigurationOutputReference__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexUserGroupResolutionConfiguration.go
- dataawskendraindex_DataAwsKendraIndexUserGroupResolutionConfigurationList.go
- dataawskendraindex_DataAwsKendraIndexUserGroupResolutionConfigurationList__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexUserGroupResolutionConfigurationOutputReference.go
- dataawskendraindex_DataAwsKendraIndexUserGroupResolutionConfigurationOutputReference__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurations.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfiguration.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationList.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationList__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationOutputReference.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurationsJsonTokenTypeConfigurationOutputReference__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfiguration.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationList.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationList__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationOutputReference.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurationsJwtTokenTypeConfigurationOutputReference__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurationsList.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurationsList__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurationsOutputReference.go
- dataawskendraindex_DataAwsKendraIndexUserTokenConfigurationsOutputReference__runtime_type_checks.go
- dataawskendraindex_DataAwsKendraIndex__runtime_type_checks.go