Class CfnDataSource.ConfluenceSourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnDataSource.ConfluenceSourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.ConfluenceSourceConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.ConfluenceSourceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.ConfluenceSourceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.ConfluenceSourceConfigurationProperty
An implementation for
CfnDataSource.ConfluenceSourceConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrock.CfnDataSource.ConfluenceSourceConfigurationProperty
CfnDataSource.ConfluenceSourceConfigurationProperty.Builder, CfnDataSource.ConfluenceSourceConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.ConfluenceSourceConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The supported authentication type to authenticate and connect to your Confluence instance.final String
The Amazon Resource Name of an AWS Secrets Manager secret that stores your authentication credentials for your Confluence instance URL.final String
The supported host type, whether online/cloud or server/on-premises.final String
The Confluence host URL or instance URL.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataSource.ConfluenceSourceConfigurationProperty.Builder
.
-
-
Method Details
-
getAuthType
Description copied from interface:CfnDataSource.ConfluenceSourceConfigurationProperty
The supported authentication type to authenticate and connect to your Confluence instance.- Specified by:
getAuthType
in interfaceCfnDataSource.ConfluenceSourceConfigurationProperty
- See Also:
-
getCredentialsSecretArn
Description copied from interface:CfnDataSource.ConfluenceSourceConfigurationProperty
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 .
- Specified by:
getCredentialsSecretArn
in interfaceCfnDataSource.ConfluenceSourceConfigurationProperty
- See Also:
-
getHostType
Description copied from interface:CfnDataSource.ConfluenceSourceConfigurationProperty
The supported host type, whether online/cloud or server/on-premises.- Specified by:
getHostType
in interfaceCfnDataSource.ConfluenceSourceConfigurationProperty
- See Also:
-
getHostUrl
Description copied from interface:CfnDataSource.ConfluenceSourceConfigurationProperty
The Confluence host URL or instance URL.- Specified by:
getHostUrl
in interfaceCfnDataSource.ConfluenceSourceConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-