Class: Aws::Types::AlfrescoConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AlfrescoConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blog_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute blog_field_mappings.
-
#crawl_comments ⇒ Boolean
Returns the value of attribute crawl_comments.
-
#crawl_system_folders ⇒ Boolean
Returns the value of attribute crawl_system_folders.
-
#document_library_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute document_library_field_mappings.
-
#entity_filter ⇒ ::Array[("wiki" | "blog" | "documentLibrary")]
Returns the value of attribute entity_filter.
-
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
-
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
-
#site_url ⇒ ::String
Returns the value of attribute site_url.
-
#ssl_certificate_s3_path ⇒ Types::S3Path
Returns the value of attribute ssl_certificate_s3_path.
-
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
-
#wiki_field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute wiki_field_mappings.
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_comments ⇒ Boolean
Returns the value of attribute crawl_comments.
49 50 51 |
# File 'sig/types.rbs', line 49 def crawl_comments @crawl_comments end |
#crawl_system_folders ⇒ Boolean
Returns the value of attribute crawl_system_folders.
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.
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.
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.
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.
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.
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.
44 45 46 |
# File 'sig/types.rbs', line 44 def site_url @site_url end |
#ssl_certificate_s3_path ⇒ Types::S3Path
Returns the value of attribute ssl_certificate_s3_path.
47 48 49 |
# File 'sig/types.rbs', line 47 def ssl_certificate_s3_path @ssl_certificate_s3_path end |
#vpc_configuration ⇒ Types::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 |