Class CfnDataSourceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourceProps
CfnDataSourceProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSourceProps
CfnDataSourceProps.Builder, CfnDataSourceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDataSourceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSourceProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectConfiguration information for altering document metadata and content during the document ingestion process.final ObjectConfiguration information for an Amazon Kendra data source.final StringA description for the data source connector.final StringThe identifier of the index you want to use with the data source connector.final StringThe code for a language.final StringgetName()The name of the data source.final StringThe Amazon Resource Name (ARN) of a role with permission to access the data source.final StringSets the frequency that Amazon Kendra checks the documents in your data source and updates the index.getTags()An array of key-value pairs to apply to this resource.final StringgetType()The type of the data source.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataSourceProps.Builder.
-
-
Method Details
-
getIndexId
Description copied from interface:CfnDataSourcePropsThe identifier of the index you want to use with the data source connector.- Specified by:
getIndexIdin interfaceCfnDataSourceProps- See Also:
-
getName
Description copied from interface:CfnDataSourcePropsThe name of the data source.- Specified by:
getNamein interfaceCfnDataSourceProps- See Also:
-
getType
Description copied from interface:CfnDataSourcePropsThe type of the data source.- Specified by:
getTypein interfaceCfnDataSourceProps- See Also:
-
getCustomDocumentEnrichmentConfiguration
Description copied from interface:CfnDataSourcePropsConfiguration information for altering document metadata and content during the document ingestion process.Returns union: either
IResolvableorCfnDataSource.CustomDocumentEnrichmentConfigurationProperty- Specified by:
getCustomDocumentEnrichmentConfigurationin interfaceCfnDataSourceProps- See Also:
-
getDataSourceConfiguration
Description copied from interface:CfnDataSourcePropsConfiguration information for an Amazon Kendra data source.The contents of the configuration depend on the type of data source. You can only specify one type of data source in the configuration.
You can't specify the
Configurationparameter when theTypeparameter is set toCUSTOM.The
Configurationparameter is required for all other data sources.Returns union: either
IResolvableorCfnDataSource.DataSourceConfigurationProperty- Specified by:
getDataSourceConfigurationin interfaceCfnDataSourceProps- See Also:
-
getDescription
Description copied from interface:CfnDataSourcePropsA description for the data source connector.- Specified by:
getDescriptionin interfaceCfnDataSourceProps- See Also:
-
getLanguageCode
Description copied from interface:CfnDataSourcePropsThe code for a language.This shows a supported language for all documents in the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English .
- Specified by:
getLanguageCodein interfaceCfnDataSourceProps- See Also:
-
getRoleArn
Description copied from interface:CfnDataSourcePropsThe Amazon Resource Name (ARN) of a role with permission to access the data source.You can't specify the
RoleArnparameter when theTypeparameter is set toCUSTOM.The
RoleArnparameter is required for all other data sources.- Specified by:
getRoleArnin interfaceCfnDataSourceProps- See Also:
-
getSchedule
Description copied from interface:CfnDataSourcePropsSets the frequency that Amazon Kendra checks the documents in your data source and updates the index.If you don't set a schedule, Amazon Kendra doesn't periodically update the index.
- Specified by:
getSchedulein interfaceCfnDataSourceProps- See Also:
-
getTags
Description copied from interface:CfnDataSourcePropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDataSourceProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-