Show / Hide Table of Contents

Class CfnDataSource.ConfluenceSourceConfigurationProperty

The endpoint information to connect to your Confluence data source.

Inheritance
object
CfnDataSource.ConfluenceSourceConfigurationProperty
Implements
CfnDataSource.IConfluenceSourceConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataSource.ConfluenceSourceConfigurationProperty : CfnDataSource.IConfluenceSourceConfigurationProperty
Syntax (vb)
Public Class CfnDataSource.ConfluenceSourceConfigurationProperty Implements CfnDataSource.IConfluenceSourceConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-confluencesourceconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Bedrock;

             var confluenceSourceConfigurationProperty = new ConfluenceSourceConfigurationProperty {
                 AuthType = "authType",
                 CredentialsSecretArn = "credentialsSecretArn",
                 HostType = "hostType",
                 HostUrl = "hostUrl"
             };

Synopsis

Constructors

ConfluenceSourceConfigurationProperty()

The endpoint information to connect to your Confluence data source.

Properties

AuthType

The supported authentication type to authenticate and connect to your Confluence instance.

CredentialsSecretArn

The Amazon Resource Name of an AWS Secrets Manager secret that stores your authentication credentials for your Confluence instance URL.

HostType

The supported host type, whether online/cloud or server/on-premises.

HostUrl

The Confluence host URL or instance URL.

Constructors

ConfluenceSourceConfigurationProperty()

The endpoint information to connect to your Confluence data source.

public ConfluenceSourceConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-confluencesourceconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Bedrock;

             var confluenceSourceConfigurationProperty = new ConfluenceSourceConfigurationProperty {
                 AuthType = "authType",
                 CredentialsSecretArn = "credentialsSecretArn",
                 HostType = "hostType",
                 HostUrl = "hostUrl"
             };

Properties

AuthType

The supported authentication type to authenticate and connect to your Confluence instance.

public string AuthType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-confluencesourceconfiguration.html#cfn-bedrock-datasource-confluencesourceconfiguration-authtype

CredentialsSecretArn

The Amazon Resource Name of an AWS Secrets Manager secret that stores your authentication credentials for your Confluence instance URL.

public string CredentialsSecretArn { get; set; }
Property Value

string

Remarks

For more information on the key-value pairs that must be included in your secret, depending on your authentication type, see Confluence connection configuration .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-confluencesourceconfiguration.html#cfn-bedrock-datasource-confluencesourceconfiguration-credentialssecretarn

HostType

The supported host type, whether online/cloud or server/on-premises.

public string HostType { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-confluencesourceconfiguration.html#cfn-bedrock-datasource-confluencesourceconfiguration-hosttype

HostUrl

The Confluence host URL or instance URL.

public string HostUrl { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-datasource-confluencesourceconfiguration.html#cfn-bedrock-datasource-confluencesourceconfiguration-hosturl

Implements

CfnDataSource.IConfluenceSourceConfigurationProperty
Back to top Generated by DocFX