@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()
Specifies configuration information for indexing attachments to Confluence blogs and pages.
|
Object |
getBlogConfiguration()
Specifies configuration information for indexing Confluence blogs.
|
List<String> |
getExclusionPatterns()
A list of regular expression patterns that apply to a URL on the Confluence server.
|
List<String> |
getInclusionPatterns()
A list of regular expression patterns that apply to a URL on the Confluence server.
|
Object |
getPageConfiguration()
Specifies 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()
Specifies configuration information for indexing Confluence spaces.
|
String |
getVersion()
Specifies the version of the Confluence installation that you are connecting to.
|
Object |
getVpcConfiguration()
Specifies the information for connecting to an Amazon VPC.
|
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.ConfluenceConfigurationProperty
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/ .
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.ConfluenceConfigurationPropertyAn exclusion pattern can apply to a blog post, a page, a space, or an attachment. Items that match the pattern are excluded from the index. Items that don't match the pattern are included in the index. If a item matches both an exclusion pattern and an inclusion pattern, the item isn't included in the index.
getExclusionPatterns in interface CfnDataSource.ConfluenceConfigurationPropertypublic final List<String> getInclusionPatterns()
CfnDataSource.ConfluenceConfigurationPropertyAn inclusion pattern can apply to a blog post, a page, a space, or an attachment. Items that match the patterns are included in the index. Items that don't match the pattern are excluded from the index. If an item matches both an inclusion pattern and an exclusion pattern, the item 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.ConfluenceConfigurationPropertygetVpcConfiguration 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.