Data Source Confluence Source Configuration
data class DataSourceConfluenceSourceConfiguration(val authType: DataSourceConfluenceSourceConfigurationAuthType, val credentialsSecretArn: String, val hostType: DataSourceConfluenceSourceConfigurationHostType, val hostUrl: String)
The endpoint information to connect to your Confluence data source.
Constructors
Link copied to clipboard
constructor(authType: DataSourceConfluenceSourceConfigurationAuthType, credentialsSecretArn: String, hostType: DataSourceConfluenceSourceConfigurationHostType, hostUrl: String)
Properties
Link copied to clipboard
The supported authentication type to authenticate and connect to your Confluence instance.
Link copied to clipboard
The Amazon Resource Name of an AWS Secrets Manager secret that stores your authentication credentials for your Confluence instance URL. For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see Confluence connection configuration.
Link copied to clipboard
The supported host type, whether online/cloud or server/on-premises.