@Stability(value=Stable) @Internal public static final class CfnDataSource.ConfluenceConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.ConfluenceConfigurationProperty
CfnDataSource.ConfluenceConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataSource.ConfluenceConfigurationProperty.Builder, CfnDataSource.ConfluenceConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataSource.ConfluenceConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataSource.AccessControlListConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getAttachmentConfiguration()
Configuration information for indexing attachments to Confluence blogs and pages.
|
Object |
getBlogConfiguration()
Configuration information for indexing Confluence blogs.
|
List<String> |
getExclusionPatterns()
>A list of regular expression patterns to exclude certain blog posts, pages, spaces, or attachments in your Confluence.
|
List<String> |
getInclusionPatterns()
A list of regular expression patterns to include certain blog posts, pages, spaces, or attachments in your Confluence.
|
Object |
getPageConfiguration()
Configuration information for indexing Confluence pages.
|
String |
getSecretArn()
The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that contains the key-value pairs required to connect to your Confluence server.
|
String |
getServerUrl()
The URL of your Confluence instance.
|
Object |
getSpaceConfiguration()
Configuration information for indexing Confluence spaces.
|
String |
getVersion()
Specifies the version of the Confluence installation that you are connecting to.
|
Object |
getVpcConfiguration()
Configuration information for an Amazon Virtual Private Cloud to connect to your Confluence.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataSource.ConfluenceConfigurationProperty.Builder builder)
CfnDataSource.AccessControlListConfigurationProperty.Builder.public final String getSecretArn()
CfnDataSource.ConfluenceConfigurationPropertyThe secret must contain a JSON structure with the following keys:
getSecretArn in interface CfnDataSource.ConfluenceConfigurationPropertypublic final String getServerUrl()
CfnDataSource.ConfluenceConfigurationPropertyUse 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/ .
getServerUrl in interface CfnDataSource.ConfluenceConfigurationPropertypublic final String getVersion()
CfnDataSource.ConfluenceConfigurationPropertygetVersion in interface CfnDataSource.ConfluenceConfigurationPropertypublic final Object getAttachmentConfiguration()
CfnDataSource.ConfluenceConfigurationPropertygetAttachmentConfiguration in interface CfnDataSource.ConfluenceConfigurationPropertypublic final Object getBlogConfiguration()
CfnDataSource.ConfluenceConfigurationPropertygetBlogConfiguration in interface CfnDataSource.ConfluenceConfigurationPropertypublic final List<String> getExclusionPatterns()
CfnDataSource.ConfluenceConfigurationPropertyContent 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.
getExclusionPatterns in interface CfnDataSource.ConfluenceConfigurationPropertypublic final List<String> getInclusionPatterns()
CfnDataSource.ConfluenceConfigurationPropertyContent 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.
getInclusionPatterns in interface CfnDataSource.ConfluenceConfigurationPropertypublic final Object getPageConfiguration()
CfnDataSource.ConfluenceConfigurationPropertygetPageConfiguration in interface CfnDataSource.ConfluenceConfigurationPropertypublic final Object getSpaceConfiguration()
CfnDataSource.ConfluenceConfigurationPropertygetSpaceConfiguration in interface CfnDataSource.ConfluenceConfigurationPropertypublic final Object getVpcConfiguration()
CfnDataSource.ConfluenceConfigurationPropertyFor more information, see Configuring a VPC .
getVpcConfiguration in interface CfnDataSource.ConfluenceConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.