ConfluenceConfiguration class
Provides configuration information for data sources that connect to Confluence.
Constructors
-
ConfluenceConfiguration({required String secretArn, required String serverUrl, required ConfluenceVersion version, ConfluenceAttachmentConfiguration? attachmentConfiguration, ConfluenceBlogConfiguration? blogConfiguration, List<
String> ? exclusionPatterns, List<String> ? inclusionPatterns, ConfluencePageConfiguration? pageConfiguration, ConfluenceSpaceConfiguration? spaceConfiguration, DataSourceVpcConfiguration? vpcConfiguration}) -
ConfluenceConfiguration.fromJson(Map<
String, dynamic> json) -
factory
Properties
- attachmentConfiguration → ConfluenceAttachmentConfiguration?
-
Specifies configuration information for indexing attachments to Confluence
blogs and pages.
final
- blogConfiguration → ConfluenceBlogConfiguration?
-
Specifies configuration information for indexing Confluence blogs.
final
-
exclusionPatterns
→ List<
String> ? -
A list of regular expression patterns that apply to a URL on the Confluence
server. An exclusion pattern can apply to a blog post, a page, a space, or
an attachment. Items that match the pattern are excluded from the index.
Items that don't match the pattern are included in the index. If a item
matches both an exclusion pattern and an inclusion pattern, the item isn't
included in the index.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inclusionPatterns
→ List<
String> ? -
A list of regular expression patterns that apply to a URL on the Confluence
server. An inclusion pattern can apply to a blog post, a page, a space, or
an attachment. Items that match the patterns are included in the index.
Items that don't match the pattern are excluded from the index. If an item
matches both an inclusion pattern and an exclusion pattern, the item isn't
included in the index.
final
- pageConfiguration → ConfluencePageConfiguration?
-
Specifies configuration information for indexing Confluence pages.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secretArn → String
-
The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that
contains the key/value pairs required to connect to your Confluence server.
The secret must contain a JSON structure with the following keys:
final
- serverUrl → 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/
.final - spaceConfiguration → ConfluenceSpaceConfiguration?
-
Specifies configuration information for indexing Confluence spaces.
final
- version → ConfluenceVersion
-
Specifies the version of the Confluence installation that you are connecting
to.
final
- vpcConfiguration → DataSourceVpcConfiguration?
-
Specifies the information for connecting to an Amazon VPC.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited