Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data ConfluenceConfiguration = ConfluenceConfiguration' {
- attachmentConfiguration :: Maybe ConfluenceAttachmentConfiguration
- authenticationType :: Maybe ConfluenceAuthenticationType
- blogConfiguration :: Maybe ConfluenceBlogConfiguration
- exclusionPatterns :: Maybe [Text]
- inclusionPatterns :: Maybe [Text]
- pageConfiguration :: Maybe ConfluencePageConfiguration
- proxyConfiguration :: Maybe ProxyConfiguration
- spaceConfiguration :: Maybe ConfluenceSpaceConfiguration
- vpcConfiguration :: Maybe DataSourceVpcConfiguration
- serverUrl :: Text
- secretArn :: Text
- version :: ConfluenceVersion
- newConfluenceConfiguration :: Text -> Text -> ConfluenceVersion -> ConfluenceConfiguration
- confluenceConfiguration_attachmentConfiguration :: Lens' ConfluenceConfiguration (Maybe ConfluenceAttachmentConfiguration)
- confluenceConfiguration_authenticationType :: Lens' ConfluenceConfiguration (Maybe ConfluenceAuthenticationType)
- confluenceConfiguration_blogConfiguration :: Lens' ConfluenceConfiguration (Maybe ConfluenceBlogConfiguration)
- confluenceConfiguration_exclusionPatterns :: Lens' ConfluenceConfiguration (Maybe [Text])
- confluenceConfiguration_inclusionPatterns :: Lens' ConfluenceConfiguration (Maybe [Text])
- confluenceConfiguration_pageConfiguration :: Lens' ConfluenceConfiguration (Maybe ConfluencePageConfiguration)
- confluenceConfiguration_proxyConfiguration :: Lens' ConfluenceConfiguration (Maybe ProxyConfiguration)
- confluenceConfiguration_spaceConfiguration :: Lens' ConfluenceConfiguration (Maybe ConfluenceSpaceConfiguration)
- confluenceConfiguration_vpcConfiguration :: Lens' ConfluenceConfiguration (Maybe DataSourceVpcConfiguration)
- confluenceConfiguration_serverUrl :: Lens' ConfluenceConfiguration Text
- confluenceConfiguration_secretArn :: Lens' ConfluenceConfiguration Text
- confluenceConfiguration_version :: Lens' ConfluenceConfiguration ConfluenceVersion
Documentation
data ConfluenceConfiguration Source #
Provides the configuration information to connect to Confluence as your data source.
See: newConfluenceConfiguration
smart constructor.
ConfluenceConfiguration' | |
|
Instances
newConfluenceConfiguration Source #
:: Text | |
-> Text | |
-> ConfluenceVersion | |
-> ConfluenceConfiguration |
Create a value of ConfluenceConfiguration
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:attachmentConfiguration:ConfluenceConfiguration'
, confluenceConfiguration_attachmentConfiguration
- Configuration information for indexing attachments to Confluence blogs
and pages.
$sel:authenticationType:ConfluenceConfiguration'
, confluenceConfiguration_authenticationType
- Whether you want to connect to Confluence using basic authentication of
user name and password, or a personal access token. You can use a
personal access token for Confluence Server.
$sel:blogConfiguration:ConfluenceConfiguration'
, confluenceConfiguration_blogConfiguration
- Configuration information for indexing Confluence blogs.
$sel:exclusionPatterns:ConfluenceConfiguration'
, confluenceConfiguration_exclusionPatterns
- 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.
$sel:inclusionPatterns:ConfluenceConfiguration'
, confluenceConfiguration_inclusionPatterns
- 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.
$sel:pageConfiguration:ConfluenceConfiguration'
, confluenceConfiguration_pageConfiguration
- Configuration information for indexing Confluence pages.
$sel:proxyConfiguration:ConfluenceConfiguration'
, confluenceConfiguration_proxyConfiguration
- Configuration information to connect to your Confluence URL instance via
a web proxy. You can use this option for Confluence Server.
You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS.
Web proxy credentials are optional and you can use them to connect to a web proxy server that requires basic authentication of user name and password. To store web proxy credentials, you use a secret in Secrets Manager.
It is recommended that you follow best security practices when configuring your web proxy. This includes setting up throttling, setting up logging and monitoring, and applying security patches on a regular basis. If you use your web proxy with multiple data sources, sync jobs that occur at the same time could strain the load on your proxy. It is recommended you prepare your proxy beforehand for any security and load requirements.
$sel:spaceConfiguration:ConfluenceConfiguration'
, confluenceConfiguration_spaceConfiguration
- Configuration information for indexing Confluence spaces.
$sel:vpcConfiguration:ConfluenceConfiguration'
, confluenceConfiguration_vpcConfiguration
- Configuration information for an Amazon Virtual Private Cloud to connect
to your Confluence. For more information, see
Configuring a VPC.
$sel:serverUrl:ConfluenceConfiguration'
, confluenceConfiguration_serverUrl
- 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/.
$sel:secretArn:ConfluenceConfiguration'
, confluenceConfiguration_secretArn
- The Amazon Resource Name (ARN) of an 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.
$sel:version:ConfluenceConfiguration'
, confluenceConfiguration_version
- The version or the type of Confluence installation to connect to.
confluenceConfiguration_attachmentConfiguration :: Lens' ConfluenceConfiguration (Maybe ConfluenceAttachmentConfiguration) Source #
Configuration information for indexing attachments to Confluence blogs and pages.
confluenceConfiguration_authenticationType :: Lens' ConfluenceConfiguration (Maybe ConfluenceAuthenticationType) Source #
Whether you want to connect to Confluence using basic authentication of user name and password, or a personal access token. You can use a personal access token for Confluence Server.
confluenceConfiguration_blogConfiguration :: Lens' ConfluenceConfiguration (Maybe ConfluenceBlogConfiguration) Source #
Configuration information for indexing Confluence blogs.
confluenceConfiguration_exclusionPatterns :: Lens' ConfluenceConfiguration (Maybe [Text]) Source #
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.
confluenceConfiguration_inclusionPatterns :: Lens' ConfluenceConfiguration (Maybe [Text]) Source #
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.
confluenceConfiguration_pageConfiguration :: Lens' ConfluenceConfiguration (Maybe ConfluencePageConfiguration) Source #
Configuration information for indexing Confluence pages.
confluenceConfiguration_proxyConfiguration :: Lens' ConfluenceConfiguration (Maybe ProxyConfiguration) Source #
Configuration information to connect to your Confluence URL instance via a web proxy. You can use this option for Confluence Server.
You must provide the website host name and port number. For example, the host name of https://a.example.com/page1.html is "a.example.com" and the port is 443, the standard port for HTTPS.
Web proxy credentials are optional and you can use them to connect to a web proxy server that requires basic authentication of user name and password. To store web proxy credentials, you use a secret in Secrets Manager.
It is recommended that you follow best security practices when configuring your web proxy. This includes setting up throttling, setting up logging and monitoring, and applying security patches on a regular basis. If you use your web proxy with multiple data sources, sync jobs that occur at the same time could strain the load on your proxy. It is recommended you prepare your proxy beforehand for any security and load requirements.
confluenceConfiguration_spaceConfiguration :: Lens' ConfluenceConfiguration (Maybe ConfluenceSpaceConfiguration) Source #
Configuration information for indexing Confluence spaces.
confluenceConfiguration_vpcConfiguration :: Lens' ConfluenceConfiguration (Maybe DataSourceVpcConfiguration) Source #
Configuration information for an Amazon Virtual Private Cloud to connect to your Confluence. For more information, see Configuring a VPC.
confluenceConfiguration_serverUrl :: Lens' ConfluenceConfiguration Text Source #
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/.
confluenceConfiguration_secretArn :: Lens' ConfluenceConfiguration Text Source #
The Amazon Resource Name (ARN) of an 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.
confluenceConfiguration_version :: Lens' ConfluenceConfiguration ConfluenceVersion Source #
The version or the type of Confluence installation to connect to.