Class CfnDataSource.ConfluenceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.ConfluenceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.ConfluenceConfigurationProperty
CfnDataSource.ConfluenceConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.ConfluenceConfigurationProperty
CfnDataSource.ConfluenceConfigurationProperty.Builder, CfnDataSource.ConfluenceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.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.ConfluenceConfigurationProperty.Builder.
-
-
Method Details
-
getSecretArn
Description 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 interfaceCfnDataSource.ConfluenceConfigurationProperty- See Also:
-
getServerUrl
Description 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 interfaceCfnDataSource.ConfluenceConfigurationProperty- See Also:
-
getVersion
Description copied from interface:CfnDataSource.ConfluenceConfigurationPropertyThe version or the type of Confluence installation to connect to.- Specified by:
getVersionin interfaceCfnDataSource.ConfluenceConfigurationProperty- See Also:
-
getAttachmentConfiguration
Description copied from interface:CfnDataSource.ConfluenceConfigurationPropertyConfiguration information for indexing attachments to Confluence blogs and pages.Returns union: either
IResolvableorCfnDataSource.ConfluenceAttachmentConfigurationProperty- Specified by:
getAttachmentConfigurationin interfaceCfnDataSource.ConfluenceConfigurationProperty- See Also:
-
getBlogConfiguration
Description copied from interface:CfnDataSource.ConfluenceConfigurationPropertyConfiguration information for indexing Confluence blogs.Returns union: either
IResolvableorCfnDataSource.ConfluenceBlogConfigurationProperty- Specified by:
getBlogConfigurationin interfaceCfnDataSource.ConfluenceConfigurationProperty- See Also:
-
getExclusionPatterns
Description 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 interfaceCfnDataSource.ConfluenceConfigurationProperty- See Also:
-
getInclusionPatterns
Description 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 interfaceCfnDataSource.ConfluenceConfigurationProperty- See Also:
-
getPageConfiguration
Description copied from interface:CfnDataSource.ConfluenceConfigurationPropertyConfiguration information for indexing Confluence pages.Returns union: either
IResolvableorCfnDataSource.ConfluencePageConfigurationProperty- Specified by:
getPageConfigurationin interfaceCfnDataSource.ConfluenceConfigurationProperty- See Also:
-
getSpaceConfiguration
Description copied from interface:CfnDataSource.ConfluenceConfigurationPropertyConfiguration information for indexing Confluence spaces.Returns union: either
IResolvableorCfnDataSource.ConfluenceSpaceConfigurationProperty- Specified by:
getSpaceConfigurationin interfaceCfnDataSource.ConfluenceConfigurationProperty- See Also:
-
getVpcConfiguration
Description copied from interface:CfnDataSource.ConfluenceConfigurationPropertyConfiguration information for an Amazon Virtual Private Cloud to connect to your Confluence.For more information, see Configuring a VPC .
Returns union: either
IResolvableorCfnDataSource.DataSourceVpcConfigurationProperty- Specified by:
getVpcConfigurationin interfaceCfnDataSource.ConfluenceConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-