Class CfnDataSource.ConfluenceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnDataSource.ConfluenceConfigurationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.ConfluenceConfigurationProperty
CfnDataSource.ConfluenceConfigurationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.ConfluenceConfigurationPropertyCfnDataSource.ConfluenceConfigurationProperty.Builder, CfnDataSource.ConfluenceConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.ConfluenceConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectConfiguration information for indexing attachments to Confluence blogs and pages.final ObjectConfiguration information for indexing Confluence blogs.A list of regular expression patterns to exclude certain blog posts, pages, spaces, or attachments in your Confluence.A list of regular expression patterns to include certain blog posts, pages, spaces, or attachments in your Confluence.final ObjectConfiguration information for indexing Confluence pages.final StringThe Amazon Resource Name (ARN) of an AWS Secrets Manager secret that contains the user name and password required to connect to the Confluence instance.final StringThe URL of your Confluence instance.final ObjectConfiguration information for indexing Confluence spaces.final StringThe version or the type of Confluence installation to connect to.final ObjectConfiguration information for an Amazon Virtual Private Cloud to connect to your Confluence.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnDataSource.ConfluenceConfigurationProperty.Builder.
 
- 
- 
Method Details- 
getSecretArnDescription copied from interface:CfnDataSource.ConfluenceConfigurationPropertyThe Amazon Resource Name (ARN) of an AWS 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 . - Specified by:
- getSecretArnin interface- CfnDataSource.ConfluenceConfigurationProperty
 
- 
getServerUrlDescription copied from interface:CfnDataSource.ConfluenceConfigurationPropertyThe 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/ . - Specified by:
- getServerUrlin interface- CfnDataSource.ConfluenceConfigurationProperty
 
- 
getVersionDescription copied from interface:CfnDataSource.ConfluenceConfigurationPropertyThe version or the type of Confluence installation to connect to.- Specified by:
- getVersionin interface- CfnDataSource.ConfluenceConfigurationProperty
 
- 
getAttachmentConfigurationDescription copied from interface:CfnDataSource.ConfluenceConfigurationPropertyConfiguration information for indexing attachments to Confluence blogs and pages.- Specified by:
- getAttachmentConfigurationin interface- CfnDataSource.ConfluenceConfigurationProperty
 
- 
getBlogConfigurationDescription copied from interface:CfnDataSource.ConfluenceConfigurationPropertyConfiguration information for indexing Confluence blogs.- Specified by:
- getBlogConfigurationin interface- CfnDataSource.ConfluenceConfigurationProperty
 
- 
getExclusionPatternsDescription copied from interface:CfnDataSource.ConfluenceConfigurationPropertyA 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. - Specified by:
- getExclusionPatternsin interface- CfnDataSource.ConfluenceConfigurationProperty
 
- 
getInclusionPatternsDescription copied from interface:CfnDataSource.ConfluenceConfigurationPropertyA 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. - Specified by:
- getInclusionPatternsin interface- CfnDataSource.ConfluenceConfigurationProperty
 
- 
getPageConfigurationDescription copied from interface:CfnDataSource.ConfluenceConfigurationPropertyConfiguration information for indexing Confluence pages.- Specified by:
- getPageConfigurationin interface- CfnDataSource.ConfluenceConfigurationProperty
 
- 
getSpaceConfigurationDescription copied from interface:CfnDataSource.ConfluenceConfigurationPropertyConfiguration information for indexing Confluence spaces.- Specified by:
- getSpaceConfigurationin interface- CfnDataSource.ConfluenceConfigurationProperty
 
- 
getVpcConfigurationDescription copied from interface:CfnDataSource.ConfluenceConfigurationPropertyConfiguration information for an Amazon Virtual Private Cloud to connect to your Confluence.For more information, see Configuring a VPC . - Specified by:
- getVpcConfigurationin interface- CfnDataSource.ConfluenceConfigurationProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-