Class: Aws::Types::ConfluenceConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_configurationTypes::ConfluenceAttachmentConfiguration

Returns the value of attribute attachment_configuration.



311
312
313
# File 'sig/types.rbs', line 311

def attachment_configuration
  @attachment_configuration
end

#authentication_type"HTTP_BASIC", "PAT"

Returns the value of attribute authentication_type.

Returns:

  • ("HTTP_BASIC", "PAT")


316
317
318
# File 'sig/types.rbs', line 316

def authentication_type
  @authentication_type
end

#blog_configurationTypes::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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


313
314
315
# File 'sig/types.rbs', line 313

def inclusion_patterns
  @inclusion_patterns
end

#page_configurationTypes::ConfluencePageConfiguration

Returns the value of attribute page_configuration.



309
310
311
# File 'sig/types.rbs', line 309

def page_configuration
  @page_configuration
end

#proxy_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def server_url
  @server_url
end

#space_configurationTypes::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.

Returns:

  • ("CLOUD", "SERVER")


307
308
309
# File 'sig/types.rbs', line 307

def version
  @version
end

#vpc_configurationTypes::DataSourceVpcConfiguration

Returns the value of attribute vpc_configuration.



312
313
314
# File 'sig/types.rbs', line 312

def vpc_configuration
  @vpc_configuration
end