1. Packages
  2. AWS Native
  3. API Docs
  4. kendra
  5. DataSource

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.kendra.DataSource

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    Kendra DataSource

    Create DataSource Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new DataSource(name: string, args: DataSourceArgs, opts?: CustomResourceOptions);
    @overload
    def DataSource(resource_name: str,
                   args: DataSourceArgs,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def DataSource(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   index_id: Optional[str] = None,
                   type: Optional[DataSourceType] = None,
                   custom_document_enrichment_configuration: Optional[DataSourceCustomDocumentEnrichmentConfigurationArgs] = None,
                   data_source_configuration: Optional[DataSourceConfigurationArgs] = None,
                   description: Optional[str] = None,
                   language_code: Optional[str] = None,
                   name: Optional[str] = None,
                   role_arn: Optional[str] = None,
                   schedule: Optional[str] = None,
                   tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewDataSource(ctx *Context, name string, args DataSourceArgs, opts ...ResourceOption) (*DataSource, error)
    public DataSource(string name, DataSourceArgs args, CustomResourceOptions? opts = null)
    public DataSource(String name, DataSourceArgs args)
    public DataSource(String name, DataSourceArgs args, CustomResourceOptions options)
    
    type: aws-native:kendra:DataSource
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args DataSourceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args DataSourceArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args DataSourceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DataSourceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DataSourceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const exampledataSourceResourceResourceFromKendra = new aws_native.kendra.DataSource("exampledataSourceResourceResourceFromKendra", {
        indexId: "string",
        type: aws_native.kendra.DataSourceType.S3,
        customDocumentEnrichmentConfiguration: {
            inlineConfigurations: [{
                condition: {
                    conditionDocumentAttributeKey: "string",
                    operator: aws_native.kendra.DataSourceConditionOperator.GreaterThan,
                    conditionOnValue: {
                        dateValue: "string",
                        longValue: 0,
                        stringListValue: ["string"],
                        stringValue: "string",
                    },
                },
                documentContentDeletion: false,
                target: {
                    targetDocumentAttributeKey: "string",
                    targetDocumentAttributeValue: {
                        dateValue: "string",
                        longValue: 0,
                        stringListValue: ["string"],
                        stringValue: "string",
                    },
                    targetDocumentAttributeValueDeletion: false,
                },
            }],
            postExtractionHookConfiguration: {
                lambdaArn: "string",
                s3Bucket: "string",
                invocationCondition: {
                    conditionDocumentAttributeKey: "string",
                    operator: aws_native.kendra.DataSourceConditionOperator.GreaterThan,
                    conditionOnValue: {
                        dateValue: "string",
                        longValue: 0,
                        stringListValue: ["string"],
                        stringValue: "string",
                    },
                },
            },
            preExtractionHookConfiguration: {
                lambdaArn: "string",
                s3Bucket: "string",
                invocationCondition: {
                    conditionDocumentAttributeKey: "string",
                    operator: aws_native.kendra.DataSourceConditionOperator.GreaterThan,
                    conditionOnValue: {
                        dateValue: "string",
                        longValue: 0,
                        stringListValue: ["string"],
                        stringValue: "string",
                    },
                },
            },
            roleArn: "string",
        },
        dataSourceConfiguration: {
            confluenceConfiguration: {
                secretArn: "string",
                serverUrl: "string",
                version: aws_native.kendra.DataSourceConfluenceVersion.Cloud,
                attachmentConfiguration: {
                    attachmentFieldMappings: [{
                        dataSourceFieldName: aws_native.kendra.DataSourceConfluenceAttachmentFieldName.Author,
                        indexFieldName: "string",
                        dateFieldFormat: "string",
                    }],
                    crawlAttachments: false,
                },
                blogConfiguration: {
                    blogFieldMappings: [{
                        dataSourceFieldName: aws_native.kendra.DataSourceConfluenceBlogFieldName.Author,
                        indexFieldName: "string",
                        dateFieldFormat: "string",
                    }],
                },
                exclusionPatterns: ["string"],
                inclusionPatterns: ["string"],
                pageConfiguration: {
                    pageFieldMappings: [{
                        dataSourceFieldName: aws_native.kendra.DataSourceConfluencePageFieldName.Author,
                        indexFieldName: "string",
                        dateFieldFormat: "string",
                    }],
                },
                spaceConfiguration: {
                    crawlArchivedSpaces: false,
                    crawlPersonalSpaces: false,
                    excludeSpaces: ["string"],
                    includeSpaces: ["string"],
                    spaceFieldMappings: [{
                        dataSourceFieldName: aws_native.kendra.DataSourceConfluenceSpaceFieldName.DisplayUrl,
                        indexFieldName: "string",
                        dateFieldFormat: "string",
                    }],
                },
                vpcConfiguration: {
                    securityGroupIds: ["string"],
                    subnetIds: ["string"],
                },
            },
            databaseConfiguration: {
                columnConfiguration: {
                    changeDetectingColumns: ["string"],
                    documentDataColumnName: "string",
                    documentIdColumnName: "string",
                    documentTitleColumnName: "string",
                    fieldMappings: [{
                        dataSourceFieldName: "string",
                        indexFieldName: "string",
                        dateFieldFormat: "string",
                    }],
                },
                connectionConfiguration: {
                    databaseHost: "string",
                    databaseName: "string",
                    databasePort: 0,
                    secretArn: "string",
                    tableName: "string",
                },
                databaseEngineType: aws_native.kendra.DataSourceDatabaseEngineType.RdsAuroraMysql,
                aclConfiguration: {
                    allowedGroupsColumnName: "string",
                },
                sqlConfiguration: {
                    queryIdentifiersEnclosingOption: aws_native.kendra.DataSourceQueryIdentifiersEnclosingOption.DoubleQuotes,
                },
                vpcConfiguration: {
                    securityGroupIds: ["string"],
                    subnetIds: ["string"],
                },
            },
            googleDriveConfiguration: {
                secretArn: "string",
                excludeMimeTypes: ["string"],
                excludeSharedDrives: ["string"],
                excludeUserAccounts: ["string"],
                exclusionPatterns: ["string"],
                fieldMappings: [{
                    dataSourceFieldName: "string",
                    indexFieldName: "string",
                    dateFieldFormat: "string",
                }],
                inclusionPatterns: ["string"],
            },
            oneDriveConfiguration: {
                oneDriveUsers: {
                    oneDriveUserList: ["string"],
                    oneDriveUserS3Path: {
                        bucket: "string",
                        key: "string",
                    },
                },
                secretArn: "string",
                tenantDomain: "string",
                disableLocalGroups: false,
                exclusionPatterns: ["string"],
                fieldMappings: [{
                    dataSourceFieldName: "string",
                    indexFieldName: "string",
                    dateFieldFormat: "string",
                }],
                inclusionPatterns: ["string"],
            },
            s3Configuration: {
                bucketName: "string",
                accessControlListConfiguration: {
                    keyPath: "string",
                },
                documentsMetadataConfiguration: {
                    s3Prefix: "string",
                },
                exclusionPatterns: ["string"],
                inclusionPatterns: ["string"],
                inclusionPrefixes: ["string"],
            },
            salesforceConfiguration: {
                secretArn: "string",
                serverUrl: "string",
                chatterFeedConfiguration: {
                    documentDataFieldName: "string",
                    documentTitleFieldName: "string",
                    fieldMappings: [{
                        dataSourceFieldName: "string",
                        indexFieldName: "string",
                        dateFieldFormat: "string",
                    }],
                    includeFilterTypes: [aws_native.kendra.DataSourceSalesforceChatterFeedIncludeFilterType.ActiveUser],
                },
                crawlAttachments: false,
                excludeAttachmentFilePatterns: ["string"],
                includeAttachmentFilePatterns: ["string"],
                knowledgeArticleConfiguration: {
                    includedStates: [aws_native.kendra.DataSourceSalesforceKnowledgeArticleState.Draft],
                    customKnowledgeArticleTypeConfigurations: [{
                        documentDataFieldName: "string",
                        name: "string",
                        documentTitleFieldName: "string",
                        fieldMappings: [{
                            dataSourceFieldName: "string",
                            indexFieldName: "string",
                            dateFieldFormat: "string",
                        }],
                    }],
                    standardKnowledgeArticleTypeConfiguration: {
                        documentDataFieldName: "string",
                        documentTitleFieldName: "string",
                        fieldMappings: [{
                            dataSourceFieldName: "string",
                            indexFieldName: "string",
                            dateFieldFormat: "string",
                        }],
                    },
                },
                standardObjectAttachmentConfiguration: {
                    documentTitleFieldName: "string",
                    fieldMappings: [{
                        dataSourceFieldName: "string",
                        indexFieldName: "string",
                        dateFieldFormat: "string",
                    }],
                },
                standardObjectConfigurations: [{
                    documentDataFieldName: "string",
                    name: aws_native.kendra.DataSourceSalesforceStandardObjectName.Account,
                    documentTitleFieldName: "string",
                    fieldMappings: [{
                        dataSourceFieldName: "string",
                        indexFieldName: "string",
                        dateFieldFormat: "string",
                    }],
                }],
            },
            serviceNowConfiguration: {
                hostUrl: "string",
                secretArn: "string",
                serviceNowBuildVersion: aws_native.kendra.DataSourceServiceNowBuildVersionType.London,
                authenticationType: aws_native.kendra.DataSourceServiceNowAuthenticationType.HttpBasic,
                knowledgeArticleConfiguration: {
                    documentDataFieldName: "string",
                    crawlAttachments: false,
                    documentTitleFieldName: "string",
                    excludeAttachmentFilePatterns: ["string"],
                    fieldMappings: [{
                        dataSourceFieldName: "string",
                        indexFieldName: "string",
                        dateFieldFormat: "string",
                    }],
                    filterQuery: "string",
                    includeAttachmentFilePatterns: ["string"],
                },
                serviceCatalogConfiguration: {
                    documentDataFieldName: "string",
                    crawlAttachments: false,
                    documentTitleFieldName: "string",
                    excludeAttachmentFilePatterns: ["string"],
                    fieldMappings: [{
                        dataSourceFieldName: "string",
                        indexFieldName: "string",
                        dateFieldFormat: "string",
                    }],
                    includeAttachmentFilePatterns: ["string"],
                },
            },
            sharePointConfiguration: {
                secretArn: "string",
                sharePointVersion: aws_native.kendra.DataSourceSharePointConfigurationSharePointVersion.SharepointOnline,
                urls: ["string"],
                crawlAttachments: false,
                disableLocalGroups: false,
                documentTitleFieldName: "string",
                exclusionPatterns: ["string"],
                fieldMappings: [{
                    dataSourceFieldName: "string",
                    indexFieldName: "string",
                    dateFieldFormat: "string",
                }],
                inclusionPatterns: ["string"],
                sslCertificateS3Path: {
                    bucket: "string",
                    key: "string",
                },
                useChangeLog: false,
                vpcConfiguration: {
                    securityGroupIds: ["string"],
                    subnetIds: ["string"],
                },
            },
            webCrawlerConfiguration: {
                urls: {
                    seedUrlConfiguration: {
                        seedUrls: ["string"],
                        webCrawlerMode: aws_native.kendra.DataSourceWebCrawlerSeedUrlConfigurationWebCrawlerMode.HostOnly,
                    },
                    siteMapsConfiguration: {
                        siteMaps: ["string"],
                    },
                },
                authenticationConfiguration: {
                    basicAuthentication: [{
                        credentials: "string",
                        host: "string",
                        port: 0,
                    }],
                },
                crawlDepth: 0,
                maxContentSizePerPageInMegaBytes: 0,
                maxLinksPerPage: 0,
                maxUrlsPerMinuteCrawlRate: 0,
                proxyConfiguration: {
                    host: "string",
                    port: 0,
                    credentials: "string",
                },
                urlExclusionPatterns: ["string"],
                urlInclusionPatterns: ["string"],
            },
            workDocsConfiguration: {
                organizationId: "string",
                crawlComments: false,
                exclusionPatterns: ["string"],
                fieldMappings: [{
                    dataSourceFieldName: "string",
                    indexFieldName: "string",
                    dateFieldFormat: "string",
                }],
                inclusionPatterns: ["string"],
                useChangeLog: false,
            },
        },
        description: "string",
        languageCode: "string",
        name: "string",
        roleArn: "string",
        schedule: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    DataSource Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The DataSource resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the DataSource resource produces the following output properties:

    Arn string
    AwsId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    AwsId string
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    awsId String
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    awsId string
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    aws_id str
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    awsId String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    DataSourceAccessControlListConfiguration, DataSourceAccessControlListConfigurationArgs

    KeyPath string
    KeyPath string
    keyPath String
    keyPath string
    keyPath String

    DataSourceAclConfiguration, DataSourceAclConfigurationArgs

    DataSourceColumnConfiguration, DataSourceColumnConfigurationArgs

    DataSourceConditionOperator, DataSourceConditionOperatorArgs

    GreaterThan
    GreaterThan
    GreaterThanOrEquals
    GreaterThanOrEquals
    LessThan
    LessThan
    LessThanOrEquals
    LessThanOrEquals
    EqualsValue
    Equals
    NotEquals
    NotEquals
    Contains
    Contains
    NotContains
    NotContains
    Exists
    Exists
    NotExists
    NotExists
    BeginsWith
    BeginsWith
    DataSourceConditionOperatorGreaterThan
    GreaterThan
    DataSourceConditionOperatorGreaterThanOrEquals
    GreaterThanOrEquals
    DataSourceConditionOperatorLessThan
    LessThan
    DataSourceConditionOperatorLessThanOrEquals
    LessThanOrEquals
    DataSourceConditionOperatorEquals
    Equals
    DataSourceConditionOperatorNotEquals
    NotEquals
    DataSourceConditionOperatorContains
    Contains
    DataSourceConditionOperatorNotContains
    NotContains
    DataSourceConditionOperatorExists
    Exists
    DataSourceConditionOperatorNotExists
    NotExists
    DataSourceConditionOperatorBeginsWith
    BeginsWith
    GreaterThan
    GreaterThan
    GreaterThanOrEquals
    GreaterThanOrEquals
    LessThan
    LessThan
    LessThanOrEquals
    LessThanOrEquals
    Equals
    Equals
    NotEquals
    NotEquals
    Contains
    Contains
    NotContains
    NotContains
    Exists
    Exists
    NotExists
    NotExists
    BeginsWith
    BeginsWith
    GreaterThan
    GreaterThan
    GreaterThanOrEquals
    GreaterThanOrEquals
    LessThan
    LessThan
    LessThanOrEquals
    LessThanOrEquals
    Equals
    Equals
    NotEquals
    NotEquals
    Contains
    Contains
    NotContains
    NotContains
    Exists
    Exists
    NotExists
    NotExists
    BeginsWith
    BeginsWith
    GREATER_THAN
    GreaterThan
    GREATER_THAN_OR_EQUALS
    GreaterThanOrEquals
    LESS_THAN
    LessThan
    LESS_THAN_OR_EQUALS
    LessThanOrEquals
    EQUALS
    Equals
    NOT_EQUALS
    NotEquals
    CONTAINS
    Contains
    NOT_CONTAINS
    NotContains
    EXISTS
    Exists
    NOT_EXISTS
    NotExists
    BEGINS_WITH
    BeginsWith
    "GreaterThan"
    GreaterThan
    "GreaterThanOrEquals"
    GreaterThanOrEquals
    "LessThan"
    LessThan
    "LessThanOrEquals"
    LessThanOrEquals
    "Equals"
    Equals
    "NotEquals"
    NotEquals
    "Contains"
    Contains
    "NotContains"
    NotContains
    "Exists"
    Exists
    "NotExists"
    NotExists
    "BeginsWith"
    BeginsWith

    DataSourceConfiguration, DataSourceConfigurationArgs

    ConfluenceConfiguration Pulumi.AwsNative.Kendra.Inputs.DataSourceConfluenceConfiguration
    DatabaseConfiguration Pulumi.AwsNative.Kendra.Inputs.DataSourceDatabaseConfiguration
    GoogleDriveConfiguration Pulumi.AwsNative.Kendra.Inputs.DataSourceGoogleDriveConfiguration
    OneDriveConfiguration Pulumi.AwsNative.Kendra.Inputs.DataSourceOneDriveConfiguration
    S3Configuration Pulumi.AwsNative.Kendra.Inputs.DataSourceS3DataSourceConfiguration
    SalesforceConfiguration Pulumi.AwsNative.Kendra.Inputs.DataSourceSalesforceConfiguration
    ServiceNowConfiguration Pulumi.AwsNative.Kendra.Inputs.DataSourceServiceNowConfiguration
    SharePointConfiguration Pulumi.AwsNative.Kendra.Inputs.DataSourceSharePointConfiguration
    WebCrawlerConfiguration Pulumi.AwsNative.Kendra.Inputs.DataSourceWebCrawlerConfiguration
    WorkDocsConfiguration Pulumi.AwsNative.Kendra.Inputs.DataSourceWorkDocsConfiguration

    DataSourceConfluenceAttachmentConfiguration, DataSourceConfluenceAttachmentConfigurationArgs

    DataSourceConfluenceAttachmentFieldName, DataSourceConfluenceAttachmentFieldNameArgs

    Author
    AUTHOR
    ContentType
    CONTENT_TYPE
    CreatedDate
    CREATED_DATE
    DisplayUrl
    DISPLAY_URL
    FileSize
    FILE_SIZE
    ItemType
    ITEM_TYPE
    ParentId
    PARENT_ID
    SpaceKey
    SPACE_KEY
    SpaceName
    SPACE_NAME
    Url
    URL
    Version
    VERSION
    DataSourceConfluenceAttachmentFieldNameAuthor
    AUTHOR
    DataSourceConfluenceAttachmentFieldNameContentType
    CONTENT_TYPE
    DataSourceConfluenceAttachmentFieldNameCreatedDate
    CREATED_DATE
    DataSourceConfluenceAttachmentFieldNameDisplayUrl
    DISPLAY_URL
    DataSourceConfluenceAttachmentFieldNameFileSize
    FILE_SIZE
    DataSourceConfluenceAttachmentFieldNameItemType
    ITEM_TYPE
    DataSourceConfluenceAttachmentFieldNameParentId
    PARENT_ID
    DataSourceConfluenceAttachmentFieldNameSpaceKey
    SPACE_KEY
    DataSourceConfluenceAttachmentFieldNameSpaceName
    SPACE_NAME
    DataSourceConfluenceAttachmentFieldNameUrl
    URL
    DataSourceConfluenceAttachmentFieldNameVersion
    VERSION
    Author
    AUTHOR
    ContentType
    CONTENT_TYPE
    CreatedDate
    CREATED_DATE
    DisplayUrl
    DISPLAY_URL
    FileSize
    FILE_SIZE
    ItemType
    ITEM_TYPE
    ParentId
    PARENT_ID
    SpaceKey
    SPACE_KEY
    SpaceName
    SPACE_NAME
    Url
    URL
    Version
    VERSION
    Author
    AUTHOR
    ContentType
    CONTENT_TYPE
    CreatedDate
    CREATED_DATE
    DisplayUrl
    DISPLAY_URL
    FileSize
    FILE_SIZE
    ItemType
    ITEM_TYPE
    ParentId
    PARENT_ID
    SpaceKey
    SPACE_KEY
    SpaceName
    SPACE_NAME
    Url
    URL
    Version
    VERSION
    AUTHOR
    AUTHOR
    CONTENT_TYPE
    CONTENT_TYPE
    CREATED_DATE
    CREATED_DATE
    DISPLAY_URL
    DISPLAY_URL
    FILE_SIZE
    FILE_SIZE
    ITEM_TYPE
    ITEM_TYPE
    PARENT_ID
    PARENT_ID
    SPACE_KEY
    SPACE_KEY
    SPACE_NAME
    SPACE_NAME
    URL
    URL
    VERSION
    VERSION
    "AUTHOR"
    AUTHOR
    "CONTENT_TYPE"
    CONTENT_TYPE
    "CREATED_DATE"
    CREATED_DATE
    "DISPLAY_URL"
    DISPLAY_URL
    "FILE_SIZE"
    FILE_SIZE
    "ITEM_TYPE"
    ITEM_TYPE
    "PARENT_ID"
    PARENT_ID
    "SPACE_KEY"
    SPACE_KEY
    "SPACE_NAME"
    SPACE_NAME
    "URL"
    URL
    "VERSION"
    VERSION

    DataSourceConfluenceAttachmentToIndexFieldMapping, DataSourceConfluenceAttachmentToIndexFieldMappingArgs

    DataSourceConfluenceBlogConfiguration, DataSourceConfluenceBlogConfigurationArgs

    DataSourceConfluenceBlogFieldName, DataSourceConfluenceBlogFieldNameArgs

    Author
    AUTHOR
    DisplayUrl
    DISPLAY_URL
    ItemType
    ITEM_TYPE
    Labels
    LABELS
    PublishDate
    PUBLISH_DATE
    SpaceKey
    SPACE_KEY
    SpaceName
    SPACE_NAME
    Url
    URL
    Version
    VERSION
    DataSourceConfluenceBlogFieldNameAuthor
    AUTHOR
    DataSourceConfluenceBlogFieldNameDisplayUrl
    DISPLAY_URL
    DataSourceConfluenceBlogFieldNameItemType
    ITEM_TYPE
    DataSourceConfluenceBlogFieldNameLabels
    LABELS
    DataSourceConfluenceBlogFieldNamePublishDate
    PUBLISH_DATE
    DataSourceConfluenceBlogFieldNameSpaceKey
    SPACE_KEY
    DataSourceConfluenceBlogFieldNameSpaceName
    SPACE_NAME
    DataSourceConfluenceBlogFieldNameUrl
    URL
    DataSourceConfluenceBlogFieldNameVersion
    VERSION
    Author
    AUTHOR
    DisplayUrl
    DISPLAY_URL
    ItemType
    ITEM_TYPE
    Labels
    LABELS
    PublishDate
    PUBLISH_DATE
    SpaceKey
    SPACE_KEY
    SpaceName
    SPACE_NAME
    Url
    URL
    Version
    VERSION
    Author
    AUTHOR
    DisplayUrl
    DISPLAY_URL
    ItemType
    ITEM_TYPE
    Labels
    LABELS
    PublishDate
    PUBLISH_DATE
    SpaceKey
    SPACE_KEY
    SpaceName
    SPACE_NAME
    Url
    URL
    Version
    VERSION
    AUTHOR
    AUTHOR
    DISPLAY_URL
    DISPLAY_URL
    ITEM_TYPE
    ITEM_TYPE
    LABELS
    LABELS
    PUBLISH_DATE
    PUBLISH_DATE
    SPACE_KEY
    SPACE_KEY
    SPACE_NAME
    SPACE_NAME
    URL
    URL
    VERSION
    VERSION
    "AUTHOR"
    AUTHOR
    "DISPLAY_URL"
    DISPLAY_URL
    "ITEM_TYPE"
    ITEM_TYPE
    "LABELS"
    LABELS
    "PUBLISH_DATE"
    PUBLISH_DATE
    "SPACE_KEY"
    SPACE_KEY
    "SPACE_NAME"
    SPACE_NAME
    "URL"
    URL
    "VERSION"
    VERSION

    DataSourceConfluenceBlogToIndexFieldMapping, DataSourceConfluenceBlogToIndexFieldMappingArgs

    DataSourceConfluenceConfiguration, DataSourceConfluenceConfigurationArgs

    DataSourceConfluencePageConfiguration, DataSourceConfluencePageConfigurationArgs

    DataSourceConfluencePageFieldName, DataSourceConfluencePageFieldNameArgs

    Author
    AUTHOR
    ContentStatus
    CONTENT_STATUS
    CreatedDate
    CREATED_DATE
    DisplayUrl
    DISPLAY_URL
    ItemType
    ITEM_TYPE
    Labels
    LABELS
    ModifiedDate
    MODIFIED_DATE
    ParentId
    PARENT_ID
    SpaceKey
    SPACE_KEY
    SpaceName
    SPACE_NAME
    Url
    URL
    Version
    VERSION
    DataSourceConfluencePageFieldNameAuthor
    AUTHOR
    DataSourceConfluencePageFieldNameContentStatus
    CONTENT_STATUS
    DataSourceConfluencePageFieldNameCreatedDate
    CREATED_DATE
    DataSourceConfluencePageFieldNameDisplayUrl
    DISPLAY_URL
    DataSourceConfluencePageFieldNameItemType
    ITEM_TYPE
    DataSourceConfluencePageFieldNameLabels
    LABELS
    DataSourceConfluencePageFieldNameModifiedDate
    MODIFIED_DATE
    DataSourceConfluencePageFieldNameParentId
    PARENT_ID
    DataSourceConfluencePageFieldNameSpaceKey
    SPACE_KEY
    DataSourceConfluencePageFieldNameSpaceName
    SPACE_NAME
    DataSourceConfluencePageFieldNameUrl
    URL
    DataSourceConfluencePageFieldNameVersion
    VERSION
    Author
    AUTHOR
    ContentStatus
    CONTENT_STATUS
    CreatedDate
    CREATED_DATE
    DisplayUrl
    DISPLAY_URL
    ItemType
    ITEM_TYPE
    Labels
    LABELS
    ModifiedDate
    MODIFIED_DATE
    ParentId
    PARENT_ID
    SpaceKey
    SPACE_KEY
    SpaceName
    SPACE_NAME
    Url
    URL
    Version
    VERSION
    Author
    AUTHOR
    ContentStatus
    CONTENT_STATUS
    CreatedDate
    CREATED_DATE
    DisplayUrl
    DISPLAY_URL
    ItemType
    ITEM_TYPE
    Labels
    LABELS
    ModifiedDate
    MODIFIED_DATE
    ParentId
    PARENT_ID
    SpaceKey
    SPACE_KEY
    SpaceName
    SPACE_NAME
    Url
    URL
    Version
    VERSION
    AUTHOR
    AUTHOR
    CONTENT_STATUS
    CONTENT_STATUS
    CREATED_DATE
    CREATED_DATE
    DISPLAY_URL
    DISPLAY_URL
    ITEM_TYPE
    ITEM_TYPE
    LABELS
    LABELS
    MODIFIED_DATE
    MODIFIED_DATE
    PARENT_ID
    PARENT_ID
    SPACE_KEY
    SPACE_KEY
    SPACE_NAME
    SPACE_NAME
    URL
    URL
    VERSION
    VERSION
    "AUTHOR"
    AUTHOR
    "CONTENT_STATUS"
    CONTENT_STATUS
    "CREATED_DATE"
    CREATED_DATE
    "DISPLAY_URL"
    DISPLAY_URL
    "ITEM_TYPE"
    ITEM_TYPE
    "LABELS"
    LABELS
    "MODIFIED_DATE"
    MODIFIED_DATE
    "PARENT_ID"
    PARENT_ID
    "SPACE_KEY"
    SPACE_KEY
    "SPACE_NAME"
    SPACE_NAME
    "URL"
    URL
    "VERSION"
    VERSION

    DataSourceConfluencePageToIndexFieldMapping, DataSourceConfluencePageToIndexFieldMappingArgs

    DataSourceConfluenceSpaceConfiguration, DataSourceConfluenceSpaceConfigurationArgs

    DataSourceConfluenceSpaceFieldName, DataSourceConfluenceSpaceFieldNameArgs

    DisplayUrl
    DISPLAY_URL
    ItemType
    ITEM_TYPE
    SpaceKey
    SPACE_KEY
    Url
    URL
    DataSourceConfluenceSpaceFieldNameDisplayUrl
    DISPLAY_URL
    DataSourceConfluenceSpaceFieldNameItemType
    ITEM_TYPE
    DataSourceConfluenceSpaceFieldNameSpaceKey
    SPACE_KEY
    DataSourceConfluenceSpaceFieldNameUrl
    URL
    DisplayUrl
    DISPLAY_URL
    ItemType
    ITEM_TYPE
    SpaceKey
    SPACE_KEY
    Url
    URL
    DisplayUrl
    DISPLAY_URL
    ItemType
    ITEM_TYPE
    SpaceKey
    SPACE_KEY
    Url
    URL
    DISPLAY_URL
    DISPLAY_URL
    ITEM_TYPE
    ITEM_TYPE
    SPACE_KEY
    SPACE_KEY
    URL
    URL
    "DISPLAY_URL"
    DISPLAY_URL
    "ITEM_TYPE"
    ITEM_TYPE
    "SPACE_KEY"
    SPACE_KEY
    "URL"
    URL

    DataSourceConfluenceSpaceToIndexFieldMapping, DataSourceConfluenceSpaceToIndexFieldMappingArgs

    DataSourceConfluenceVersion, DataSourceConfluenceVersionArgs

    Cloud
    CLOUD
    Server
    SERVER
    DataSourceConfluenceVersionCloud
    CLOUD
    DataSourceConfluenceVersionServer
    SERVER
    Cloud
    CLOUD
    Server
    SERVER
    Cloud
    CLOUD
    Server
    SERVER
    CLOUD
    CLOUD
    SERVER
    SERVER
    "CLOUD"
    CLOUD
    "SERVER"
    SERVER

    DataSourceConnectionConfiguration, DataSourceConnectionConfigurationArgs

    databaseHost String
    databaseName String
    databasePort Integer
    secretArn String
    tableName String

    DataSourceCustomDocumentEnrichmentConfiguration, DataSourceCustomDocumentEnrichmentConfigurationArgs

    DataSourceDatabaseConfiguration, DataSourceDatabaseConfigurationArgs

    DataSourceDatabaseEngineType, DataSourceDatabaseEngineTypeArgs

    RdsAuroraMysql
    RDS_AURORA_MYSQL
    RdsAuroraPostgresql
    RDS_AURORA_POSTGRESQL
    RdsMysql
    RDS_MYSQL
    RdsPostgresql
    RDS_POSTGRESQL
    DataSourceDatabaseEngineTypeRdsAuroraMysql
    RDS_AURORA_MYSQL
    DataSourceDatabaseEngineTypeRdsAuroraPostgresql
    RDS_AURORA_POSTGRESQL
    DataSourceDatabaseEngineTypeRdsMysql
    RDS_MYSQL
    DataSourceDatabaseEngineTypeRdsPostgresql
    RDS_POSTGRESQL
    RdsAuroraMysql
    RDS_AURORA_MYSQL
    RdsAuroraPostgresql
    RDS_AURORA_POSTGRESQL
    RdsMysql
    RDS_MYSQL
    RdsPostgresql
    RDS_POSTGRESQL
    RdsAuroraMysql
    RDS_AURORA_MYSQL
    RdsAuroraPostgresql
    RDS_AURORA_POSTGRESQL
    RdsMysql
    RDS_MYSQL
    RdsPostgresql
    RDS_POSTGRESQL
    RDS_AURORA_MYSQL
    RDS_AURORA_MYSQL
    RDS_AURORA_POSTGRESQL
    RDS_AURORA_POSTGRESQL
    RDS_MYSQL
    RDS_MYSQL
    RDS_POSTGRESQL
    RDS_POSTGRESQL
    "RDS_AURORA_MYSQL"
    RDS_AURORA_MYSQL
    "RDS_AURORA_POSTGRESQL"
    RDS_AURORA_POSTGRESQL
    "RDS_MYSQL"
    RDS_MYSQL
    "RDS_POSTGRESQL"
    RDS_POSTGRESQL

    DataSourceDocumentAttributeCondition, DataSourceDocumentAttributeConditionArgs

    DataSourceDocumentAttributeTarget, DataSourceDocumentAttributeTargetArgs

    DataSourceDocumentAttributeValue, DataSourceDocumentAttributeValueArgs

    DateValue string
    LongValue int
    StringListValue List<string>
    StringValue string
    dateValue String
    longValue Integer
    stringListValue List<String>
    stringValue String
    dateValue string
    longValue number
    stringListValue string[]
    stringValue string
    dateValue String
    longValue Number
    stringListValue List<String>
    stringValue String

    DataSourceDocumentsMetadataConfiguration, DataSourceDocumentsMetadataConfigurationArgs

    S3Prefix string
    S3Prefix string
    s3Prefix String
    s3Prefix string
    s3Prefix String

    DataSourceGoogleDriveConfiguration, DataSourceGoogleDriveConfigurationArgs

    DataSourceHookConfiguration, DataSourceHookConfigurationArgs

    DataSourceInlineCustomDocumentEnrichmentConfiguration, DataSourceInlineCustomDocumentEnrichmentConfigurationArgs

    DataSourceOneDriveConfiguration, DataSourceOneDriveConfigurationArgs

    DataSourceOneDriveUsers, DataSourceOneDriveUsersArgs

    DataSourceProxyConfiguration, DataSourceProxyConfigurationArgs

    Host string
    Port int
    Credentials string
    Host string
    Port int
    Credentials string
    host String
    port Integer
    credentials String
    host string
    port number
    credentials string
    host String
    port Number
    credentials String

    DataSourceQueryIdentifiersEnclosingOption, DataSourceQueryIdentifiersEnclosingOptionArgs

    DoubleQuotes
    DOUBLE_QUOTES
    None
    NONE
    DataSourceQueryIdentifiersEnclosingOptionDoubleQuotes
    DOUBLE_QUOTES
    DataSourceQueryIdentifiersEnclosingOptionNone
    NONE
    DoubleQuotes
    DOUBLE_QUOTES
    None
    NONE
    DoubleQuotes
    DOUBLE_QUOTES
    None
    NONE
    DOUBLE_QUOTES
    DOUBLE_QUOTES
    NONE
    NONE
    "DOUBLE_QUOTES"
    DOUBLE_QUOTES
    "NONE"
    NONE

    DataSourceS3DataSourceConfiguration, DataSourceS3DataSourceConfigurationArgs

    DataSourceS3Path, DataSourceS3PathArgs

    Bucket string
    Key string
    Bucket string
    Key string
    bucket String
    key String
    bucket string
    key string
    bucket str
    key str
    bucket String
    key String

    DataSourceSalesforceChatterFeedConfiguration, DataSourceSalesforceChatterFeedConfigurationArgs

    DataSourceSalesforceChatterFeedIncludeFilterType, DataSourceSalesforceChatterFeedIncludeFilterTypeArgs

    ActiveUser
    ACTIVE_USER
    StandardUser
    STANDARD_USER
    DataSourceSalesforceChatterFeedIncludeFilterTypeActiveUser
    ACTIVE_USER
    DataSourceSalesforceChatterFeedIncludeFilterTypeStandardUser
    STANDARD_USER
    ActiveUser
    ACTIVE_USER
    StandardUser
    STANDARD_USER
    ActiveUser
    ACTIVE_USER
    StandardUser
    STANDARD_USER
    ACTIVE_USER
    ACTIVE_USER
    STANDARD_USER
    STANDARD_USER
    "ACTIVE_USER"
    ACTIVE_USER
    "STANDARD_USER"
    STANDARD_USER

    DataSourceSalesforceConfiguration, DataSourceSalesforceConfigurationArgs

    DataSourceSalesforceCustomKnowledgeArticleTypeConfiguration, DataSourceSalesforceCustomKnowledgeArticleTypeConfigurationArgs

    DataSourceSalesforceKnowledgeArticleConfiguration, DataSourceSalesforceKnowledgeArticleConfigurationArgs

    DataSourceSalesforceKnowledgeArticleState, DataSourceSalesforceKnowledgeArticleStateArgs

    Draft
    DRAFT
    Published
    PUBLISHED
    Archived
    ARCHIVED
    DataSourceSalesforceKnowledgeArticleStateDraft
    DRAFT
    DataSourceSalesforceKnowledgeArticleStatePublished
    PUBLISHED
    DataSourceSalesforceKnowledgeArticleStateArchived
    ARCHIVED
    Draft
    DRAFT
    Published
    PUBLISHED
    Archived
    ARCHIVED
    Draft
    DRAFT
    Published
    PUBLISHED
    Archived
    ARCHIVED
    DRAFT
    DRAFT
    PUBLISHED
    PUBLISHED
    ARCHIVED
    ARCHIVED
    "DRAFT"
    DRAFT
    "PUBLISHED"
    PUBLISHED
    "ARCHIVED"
    ARCHIVED

    DataSourceSalesforceStandardKnowledgeArticleTypeConfiguration, DataSourceSalesforceStandardKnowledgeArticleTypeConfigurationArgs

    DataSourceSalesforceStandardObjectAttachmentConfiguration, DataSourceSalesforceStandardObjectAttachmentConfigurationArgs

    DataSourceSalesforceStandardObjectConfiguration, DataSourceSalesforceStandardObjectConfigurationArgs

    DataSourceSalesforceStandardObjectName, DataSourceSalesforceStandardObjectNameArgs

    Account
    ACCOUNT
    Campaign
    CAMPAIGN
    Case
    CASE
    Contact
    CONTACT
    Contract
    CONTRACT
    Document
    DOCUMENT
    Group
    GROUP
    Idea
    IDEA
    Lead
    LEAD
    Opportunity
    OPPORTUNITY
    Partner
    PARTNER
    Pricebook
    PRICEBOOK
    Product
    PRODUCT
    Profile
    PROFILE
    Solution
    SOLUTION
    Task
    TASK
    User
    USER
    DataSourceSalesforceStandardObjectNameAccount
    ACCOUNT
    DataSourceSalesforceStandardObjectNameCampaign
    CAMPAIGN
    DataSourceSalesforceStandardObjectNameCase
    CASE
    DataSourceSalesforceStandardObjectNameContact
    CONTACT
    DataSourceSalesforceStandardObjectNameContract
    CONTRACT
    DataSourceSalesforceStandardObjectNameDocument
    DOCUMENT
    DataSourceSalesforceStandardObjectNameGroup
    GROUP
    DataSourceSalesforceStandardObjectNameIdea
    IDEA
    DataSourceSalesforceStandardObjectNameLead
    LEAD
    DataSourceSalesforceStandardObjectNameOpportunity
    OPPORTUNITY
    DataSourceSalesforceStandardObjectNamePartner
    PARTNER
    DataSourceSalesforceStandardObjectNamePricebook
    PRICEBOOK
    DataSourceSalesforceStandardObjectNameProduct
    PRODUCT
    DataSourceSalesforceStandardObjectNameProfile
    PROFILE
    DataSourceSalesforceStandardObjectNameSolution
    SOLUTION
    DataSourceSalesforceStandardObjectNameTask
    TASK
    DataSourceSalesforceStandardObjectNameUser
    USER
    Account
    ACCOUNT
    Campaign
    CAMPAIGN
    Case
    CASE
    Contact
    CONTACT
    Contract
    CONTRACT
    Document
    DOCUMENT
    Group
    GROUP
    Idea
    IDEA
    Lead
    LEAD
    Opportunity
    OPPORTUNITY
    Partner
    PARTNER
    Pricebook
    PRICEBOOK
    Product
    PRODUCT
    Profile
    PROFILE
    Solution
    SOLUTION
    Task
    TASK
    User
    USER
    Account
    ACCOUNT
    Campaign
    CAMPAIGN
    Case
    CASE
    Contact
    CONTACT
    Contract
    CONTRACT
    Document
    DOCUMENT
    Group
    GROUP
    Idea
    IDEA
    Lead
    LEAD
    Opportunity
    OPPORTUNITY
    Partner
    PARTNER
    Pricebook
    PRICEBOOK
    Product
    PRODUCT
    Profile
    PROFILE
    Solution
    SOLUTION
    Task
    TASK
    User
    USER
    ACCOUNT
    ACCOUNT
    CAMPAIGN
    CAMPAIGN
    CASE
    CASE
    CONTACT
    CONTACT
    CONTRACT
    CONTRACT
    DOCUMENT
    DOCUMENT
    GROUP
    GROUP
    IDEA
    IDEA
    LEAD
    LEAD
    OPPORTUNITY
    OPPORTUNITY
    PARTNER
    PARTNER
    PRICEBOOK
    PRICEBOOK
    PRODUCT
    PRODUCT
    PROFILE
    PROFILE
    SOLUTION
    SOLUTION
    TASK
    TASK
    USER
    USER
    "ACCOUNT"
    ACCOUNT
    "CAMPAIGN"
    CAMPAIGN
    "CASE"
    CASE
    "CONTACT"
    CONTACT
    "CONTRACT"
    CONTRACT
    "DOCUMENT"
    DOCUMENT
    "GROUP"
    GROUP
    "IDEA"
    IDEA
    "LEAD"
    LEAD
    "OPPORTUNITY"
    OPPORTUNITY
    "PARTNER"
    PARTNER
    "PRICEBOOK"
    PRICEBOOK
    "PRODUCT"
    PRODUCT
    "PROFILE"
    PROFILE
    "SOLUTION"
    SOLUTION
    "TASK"
    TASK
    "USER"
    USER

    DataSourceServiceNowAuthenticationType, DataSourceServiceNowAuthenticationTypeArgs

    HttpBasic
    HTTP_BASIC
    Oauth2
    OAUTH2
    DataSourceServiceNowAuthenticationTypeHttpBasic
    HTTP_BASIC
    DataSourceServiceNowAuthenticationTypeOauth2
    OAUTH2
    HttpBasic
    HTTP_BASIC
    Oauth2
    OAUTH2
    HttpBasic
    HTTP_BASIC
    Oauth2
    OAUTH2
    HTTP_BASIC
    HTTP_BASIC
    OAUTH2
    OAUTH2
    "HTTP_BASIC"
    HTTP_BASIC
    "OAUTH2"
    OAUTH2

    DataSourceServiceNowBuildVersionType, DataSourceServiceNowBuildVersionTypeArgs

    London
    LONDON
    Others
    OTHERS
    DataSourceServiceNowBuildVersionTypeLondon
    LONDON
    DataSourceServiceNowBuildVersionTypeOthers
    OTHERS
    London
    LONDON
    Others
    OTHERS
    London
    LONDON
    Others
    OTHERS
    LONDON
    LONDON
    OTHERS
    OTHERS
    "LONDON"
    LONDON
    "OTHERS"
    OTHERS

    DataSourceServiceNowConfiguration, DataSourceServiceNowConfigurationArgs

    DataSourceServiceNowKnowledgeArticleConfiguration, DataSourceServiceNowKnowledgeArticleConfigurationArgs

    DataSourceServiceNowServiceCatalogConfiguration, DataSourceServiceNowServiceCatalogConfigurationArgs

    DataSourceSharePointConfiguration, DataSourceSharePointConfigurationArgs

    DataSourceSharePointConfigurationSharePointVersion, DataSourceSharePointConfigurationSharePointVersionArgs

    SharepointOnline
    SHAREPOINT_ONLINE
    Sharepoint2013
    SHAREPOINT_2013
    Sharepoint2016
    SHAREPOINT_2016
    DataSourceSharePointConfigurationSharePointVersionSharepointOnline
    SHAREPOINT_ONLINE
    DataSourceSharePointConfigurationSharePointVersionSharepoint2013
    SHAREPOINT_2013
    DataSourceSharePointConfigurationSharePointVersionSharepoint2016
    SHAREPOINT_2016
    SharepointOnline
    SHAREPOINT_ONLINE
    Sharepoint2013
    SHAREPOINT_2013
    Sharepoint2016
    SHAREPOINT_2016
    SharepointOnline
    SHAREPOINT_ONLINE
    Sharepoint2013
    SHAREPOINT_2013
    Sharepoint2016
    SHAREPOINT_2016
    SHAREPOINT_ONLINE
    SHAREPOINT_ONLINE
    SHAREPOINT2013
    SHAREPOINT_2013
    SHAREPOINT2016
    SHAREPOINT_2016
    "SHAREPOINT_ONLINE"
    SHAREPOINT_ONLINE
    "SHAREPOINT_2013"
    SHAREPOINT_2013
    "SHAREPOINT_2016"
    SHAREPOINT_2016

    DataSourceSqlConfiguration, DataSourceSqlConfigurationArgs

    DataSourceToIndexFieldMapping, DataSourceToIndexFieldMappingArgs

    DataSourceType, DataSourceTypeArgs

    S3
    S3
    Sharepoint
    SHAREPOINT
    Salesforce
    SALESFORCE
    Onedrive
    ONEDRIVE
    Servicenow
    SERVICENOW
    Database
    DATABASE
    Custom
    CUSTOM
    Confluence
    CONFLUENCE
    Googledrive
    GOOGLEDRIVE
    Webcrawler
    WEBCRAWLER
    Workdocs
    WORKDOCS
    DataSourceTypeS3
    S3
    DataSourceTypeSharepoint
    SHAREPOINT
    DataSourceTypeSalesforce
    SALESFORCE
    DataSourceTypeOnedrive
    ONEDRIVE
    DataSourceTypeServicenow
    SERVICENOW
    DataSourceTypeDatabase
    DATABASE
    DataSourceTypeCustom
    CUSTOM
    DataSourceTypeConfluence
    CONFLUENCE
    DataSourceTypeGoogledrive
    GOOGLEDRIVE
    DataSourceTypeWebcrawler
    WEBCRAWLER
    DataSourceTypeWorkdocs
    WORKDOCS
    S3
    S3
    Sharepoint
    SHAREPOINT
    Salesforce
    SALESFORCE
    Onedrive
    ONEDRIVE
    Servicenow
    SERVICENOW
    Database
    DATABASE
    Custom
    CUSTOM
    Confluence
    CONFLUENCE
    Googledrive
    GOOGLEDRIVE
    Webcrawler
    WEBCRAWLER
    Workdocs
    WORKDOCS
    S3
    S3
    Sharepoint
    SHAREPOINT
    Salesforce
    SALESFORCE
    Onedrive
    ONEDRIVE
    Servicenow
    SERVICENOW
    Database
    DATABASE
    Custom
    CUSTOM
    Confluence
    CONFLUENCE
    Googledrive
    GOOGLEDRIVE
    Webcrawler
    WEBCRAWLER
    Workdocs
    WORKDOCS
    S3
    S3
    SHAREPOINT
    SHAREPOINT
    SALESFORCE
    SALESFORCE
    ONEDRIVE
    ONEDRIVE
    SERVICENOW
    SERVICENOW
    DATABASE
    DATABASE
    CUSTOM
    CUSTOM
    CONFLUENCE
    CONFLUENCE
    GOOGLEDRIVE
    GOOGLEDRIVE
    WEBCRAWLER
    WEBCRAWLER
    WORKDOCS
    WORKDOCS
    "S3"
    S3
    "SHAREPOINT"
    SHAREPOINT
    "SALESFORCE"
    SALESFORCE
    "ONEDRIVE"
    ONEDRIVE
    "SERVICENOW"
    SERVICENOW
    "DATABASE"
    DATABASE
    "CUSTOM"
    CUSTOM
    "CONFLUENCE"
    CONFLUENCE
    "GOOGLEDRIVE"
    GOOGLEDRIVE
    "WEBCRAWLER"
    WEBCRAWLER
    "WORKDOCS"
    WORKDOCS

    DataSourceVpcConfiguration, DataSourceVpcConfigurationArgs

    SecurityGroupIds List<string>
    SubnetIds List<string>
    SecurityGroupIds []string
    SubnetIds []string
    securityGroupIds List<String>
    subnetIds List<String>
    securityGroupIds string[]
    subnetIds string[]
    security_group_ids Sequence[str]
    subnet_ids Sequence[str]
    securityGroupIds List<String>
    subnetIds List<String>

    DataSourceWebCrawlerAuthenticationConfiguration, DataSourceWebCrawlerAuthenticationConfigurationArgs

    DataSourceWebCrawlerBasicAuthentication, DataSourceWebCrawlerBasicAuthenticationArgs

    Credentials string
    Host string
    Port int
    Credentials string
    Host string
    Port int
    credentials String
    host String
    port Integer
    credentials string
    host string
    port number
    credentials String
    host String
    port Number

    DataSourceWebCrawlerConfiguration, DataSourceWebCrawlerConfigurationArgs

    DataSourceWebCrawlerSeedUrlConfiguration, DataSourceWebCrawlerSeedUrlConfigurationArgs

    DataSourceWebCrawlerSeedUrlConfigurationWebCrawlerMode, DataSourceWebCrawlerSeedUrlConfigurationWebCrawlerModeArgs

    HostOnly
    HOST_ONLY
    Subdomains
    SUBDOMAINS
    Everything
    EVERYTHING
    DataSourceWebCrawlerSeedUrlConfigurationWebCrawlerModeHostOnly
    HOST_ONLY
    DataSourceWebCrawlerSeedUrlConfigurationWebCrawlerModeSubdomains
    SUBDOMAINS
    DataSourceWebCrawlerSeedUrlConfigurationWebCrawlerModeEverything
    EVERYTHING
    HostOnly
    HOST_ONLY
    Subdomains
    SUBDOMAINS
    Everything
    EVERYTHING
    HostOnly
    HOST_ONLY
    Subdomains
    SUBDOMAINS
    Everything
    EVERYTHING
    HOST_ONLY
    HOST_ONLY
    SUBDOMAINS
    SUBDOMAINS
    EVERYTHING
    EVERYTHING
    "HOST_ONLY"
    HOST_ONLY
    "SUBDOMAINS"
    SUBDOMAINS
    "EVERYTHING"
    EVERYTHING

    DataSourceWebCrawlerSiteMapsConfiguration, DataSourceWebCrawlerSiteMapsConfigurationArgs

    SiteMaps List<string>
    SiteMaps []string
    siteMaps List<String>
    siteMaps string[]
    site_maps Sequence[str]
    siteMaps List<String>

    DataSourceWebCrawlerUrls, DataSourceWebCrawlerUrlsArgs

    DataSourceWorkDocsConfiguration, DataSourceWorkDocsConfigurationArgs

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi