DataSourceConfluenceConfigurationArgs

data class DataSourceConfluenceConfigurationArgs(val attachmentConfiguration: Output<DataSourceConfluenceAttachmentConfigurationArgs>? = null, val blogConfiguration: Output<DataSourceConfluenceBlogConfigurationArgs>? = null, val exclusionPatterns: Output<List<String>>? = null, val inclusionPatterns: Output<List<String>>? = null, val pageConfiguration: Output<DataSourceConfluencePageConfigurationArgs>? = null, val secretArn: Output<String>, val serverUrl: Output<String>, val spaceConfiguration: Output<DataSourceConfluenceSpaceConfigurationArgs>? = null, val version: Output<DataSourceConfluenceVersion>, val vpcConfiguration: Output<DataSourceVpcConfigurationArgs>? = null) : ConvertibleToJava<DataSourceConfluenceConfigurationArgs>

Constructors

Link copied to clipboard
constructor(attachmentConfiguration: Output<DataSourceConfluenceAttachmentConfigurationArgs>? = null, blogConfiguration: Output<DataSourceConfluenceBlogConfigurationArgs>? = null, exclusionPatterns: Output<List<String>>? = null, inclusionPatterns: Output<List<String>>? = null, pageConfiguration: Output<DataSourceConfluencePageConfigurationArgs>? = null, secretArn: Output<String>, serverUrl: Output<String>, spaceConfiguration: Output<DataSourceConfluenceSpaceConfigurationArgs>? = null, version: Output<DataSourceConfluenceVersion>, vpcConfiguration: Output<DataSourceVpcConfigurationArgs>? = null)

Properties

Link copied to clipboard

Configuration information for indexing attachments to Confluence blogs and pages.

Link copied to clipboard

Configuration information for indexing Confluence blogs.

Link copied to clipboard
val exclusionPatterns: Output<List<String>>? = null

A list of regular expression patterns to exclude certain blog posts, pages, spaces, or attachments in your Confluence. Content that matches the patterns are excluded from the index. Content that doesn't match the patterns is included in the index. If content matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the content isn't included in the index.

Link copied to clipboard
val inclusionPatterns: Output<List<String>>? = null

A list of regular expression patterns to include certain blog posts, pages, spaces, or attachments in your Confluence. Content that matches the patterns are included in the index. Content that doesn't match the patterns is excluded from the index. If content matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the content isn't included in the index.

Link copied to clipboard

Configuration information for indexing Confluence pages.

Link copied to clipboard
val secretArn: Output<String>

The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that contains the user name and password required to connect to the Confluence instance. If you use Confluence Cloud, you use a generated API token as the password. You can also provide authentication credentials in the form of a personal access token. For more information, see Using a Confluence data source .

Link copied to clipboard
val serverUrl: Output<String>

The URL of your Confluence instance. Use the full URL of the server. For example, https://server.example.com:port/ . You can also use an IP address, for example, https://192.168.1.113/ .

Link copied to clipboard

Configuration information for indexing Confluence spaces.

Link copied to clipboard

The version or the type of Confluence installation to connect to.

Link copied to clipboard

Configuration information for an Amazon Virtual Private Cloud to connect to your Confluence. For more information, see Configuring a VPC . //

Functions

Link copied to clipboard
open override fun toJava(): DataSourceConfluenceConfigurationArgs