Class: Aws::Types::AlfrescoConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blog_field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute blog_field_mappings.



52
53
54
# File 'sig/types.rbs', line 52

def blog_field_mappings
  @blog_field_mappings
end

#crawl_commentsBoolean

Returns the value of attribute crawl_comments.

Returns:

  • (Boolean)


49
50
51
# File 'sig/types.rbs', line 49

def crawl_comments
  @crawl_comments
end

#crawl_system_foldersBoolean

Returns the value of attribute crawl_system_folders.

Returns:

  • (Boolean)


48
49
50
# File 'sig/types.rbs', line 48

def crawl_system_folders
  @crawl_system_folders
end

#document_library_field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute document_library_field_mappings.



51
52
53
# File 'sig/types.rbs', line 51

def document_library_field_mappings
  @document_library_field_mappings
end

#entity_filter::Array[("wiki" | "blog" | "documentLibrary")]

Returns the value of attribute entity_filter.

Returns:

  • (::Array[("wiki" | "blog" | "documentLibrary")])


50
51
52
# File 'sig/types.rbs', line 50

def entity_filter
  @entity_filter
end

#exclusion_patterns::Array[::String]

Returns the value of attribute exclusion_patterns.

Returns:

  • (::Array[::String])


55
56
57
# File 'sig/types.rbs', line 55

def exclusion_patterns
  @exclusion_patterns
end

#inclusion_patterns::Array[::String]

Returns the value of attribute inclusion_patterns.

Returns:

  • (::Array[::String])


54
55
56
# File 'sig/types.rbs', line 54

def inclusion_patterns
  @inclusion_patterns
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def secret_arn
  @secret_arn
end

#site_id::String

Returns the value of attribute site_id.

Returns:

  • (::String)


45
46
47
# File 'sig/types.rbs', line 45

def site_id
  @site_id
end

#site_url::String

Returns the value of attribute site_url.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def site_url
  @site_url
end

#ssl_certificate_s3_pathTypes::S3Path

Returns the value of attribute ssl_certificate_s3_path.

Returns:



47
48
49
# File 'sig/types.rbs', line 47

def ssl_certificate_s3_path
  @ssl_certificate_s3_path
end

#vpc_configurationTypes::DataSourceVpcConfiguration

Returns the value of attribute vpc_configuration.



56
57
58
# File 'sig/types.rbs', line 56

def vpc_configuration
  @vpc_configuration
end

#wiki_field_mappings::Array[Types::DataSourceToIndexFieldMapping]

Returns the value of attribute wiki_field_mappings.



53
54
55
# File 'sig/types.rbs', line 53

def wiki_field_mappings
  @wiki_field_mappings
end