Class: Aws::Types::ConfluenceConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConfluenceConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_configuration ⇒ Types::ConfluenceAttachmentConfiguration
Returns the value of attribute attachment_configuration.
-
#authentication_type ⇒ "HTTP_BASIC", "PAT"
Returns the value of attribute authentication_type.
-
#blog_configuration ⇒ Types::ConfluenceBlogConfiguration
Returns the value of attribute blog_configuration.
-
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
-
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
-
#page_configuration ⇒ Types::ConfluencePageConfiguration
Returns the value of attribute page_configuration.
-
#proxy_configuration ⇒ Types::ProxyConfiguration
Returns the value of attribute proxy_configuration.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#server_url ⇒ ::String
Returns the value of attribute server_url.
-
#space_configuration ⇒ Types::ConfluenceSpaceConfiguration
Returns the value of attribute space_configuration.
-
#version ⇒ "CLOUD", "SERVER"
Returns the value of attribute version.
-
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#attachment_configuration ⇒ Types::ConfluenceAttachmentConfiguration
Returns the value of attribute attachment_configuration.
311 312 313 |
# File 'sig/types.rbs', line 311 def @attachment_configuration end |
#authentication_type ⇒ "HTTP_BASIC", "PAT"
Returns the value of attribute authentication_type.
316 317 318 |
# File 'sig/types.rbs', line 316 def authentication_type @authentication_type end |
#blog_configuration ⇒ Types::ConfluenceBlogConfiguration
Returns the value of attribute blog_configuration.
310 311 312 |
# File 'sig/types.rbs', line 310 def blog_configuration @blog_configuration end |
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
314 315 316 |
# File 'sig/types.rbs', line 314 def exclusion_patterns @exclusion_patterns end |
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
313 314 315 |
# File 'sig/types.rbs', line 313 def inclusion_patterns @inclusion_patterns end |
#page_configuration ⇒ Types::ConfluencePageConfiguration
Returns the value of attribute page_configuration.
309 310 311 |
# File 'sig/types.rbs', line 309 def page_configuration @page_configuration end |
#proxy_configuration ⇒ Types::ProxyConfiguration
Returns the value of attribute proxy_configuration.
315 316 317 |
# File 'sig/types.rbs', line 315 def proxy_configuration @proxy_configuration end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
306 307 308 |
# File 'sig/types.rbs', line 306 def secret_arn @secret_arn end |
#server_url ⇒ ::String
Returns the value of attribute server_url.
305 306 307 |
# File 'sig/types.rbs', line 305 def server_url @server_url end |
#space_configuration ⇒ Types::ConfluenceSpaceConfiguration
Returns the value of attribute space_configuration.
308 309 310 |
# File 'sig/types.rbs', line 308 def space_configuration @space_configuration end |
#version ⇒ "CLOUD", "SERVER"
Returns the value of attribute version.
307 308 309 |
# File 'sig/types.rbs', line 307 def version @version end |
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
312 313 314 |
# File 'sig/types.rbs', line 312 def vpc_configuration @vpc_configuration end |