Class: Aws::Types::SharePointConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SharePointConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authentication_type ⇒ "HTTP_BASIC", "OAUTH2"
Returns the value of attribute authentication_type.
-
#crawl_attachments ⇒ Boolean
Returns the value of attribute crawl_attachments.
-
#disable_local_groups ⇒ Boolean
Returns the value of attribute disable_local_groups.
-
#document_title_field_name ⇒ ::String
Returns the value of attribute document_title_field_name.
-
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
-
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
-
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
-
#proxy_configuration ⇒ Types::ProxyConfiguration
Returns the value of attribute proxy_configuration.
-
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
-
#share_point_version ⇒ "SHAREPOINT_2013", ...
Returns the value of attribute share_point_version.
-
#ssl_certificate_s3_path ⇒ Types::S3Path
Returns the value of attribute ssl_certificate_s3_path.
-
#urls ⇒ ::Array[::String]
Returns the value of attribute urls.
-
#use_change_log ⇒ Boolean
Returns the value of attribute use_change_log.
-
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#authentication_type ⇒ "HTTP_BASIC", "OAUTH2"
Returns the value of attribute authentication_type.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def authentication_type @authentication_type end |
#crawl_attachments ⇒ Boolean
Returns the value of attribute crawl_attachments.
1843 1844 1845 |
# File 'sig/types.rbs', line 1843 def @crawl_attachments end |
#disable_local_groups ⇒ Boolean
Returns the value of attribute disable_local_groups.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def disable_local_groups @disable_local_groups end |
#document_title_field_name ⇒ ::String
Returns the value of attribute document_title_field_name.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def document_title_field_name @document_title_field_name end |
#exclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute exclusion_patterns.
1846 1847 1848 |
# File 'sig/types.rbs', line 1846 def exclusion_patterns @exclusion_patterns end |
#field_mappings ⇒ ::Array[Types::DataSourceToIndexFieldMapping]
Returns the value of attribute field_mappings.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def field_mappings @field_mappings end |
#inclusion_patterns ⇒ ::Array[::String]
Returns the value of attribute inclusion_patterns.
1845 1846 1847 |
# File 'sig/types.rbs', line 1845 def inclusion_patterns @inclusion_patterns end |
#proxy_configuration ⇒ Types::ProxyConfiguration
Returns the value of attribute proxy_configuration.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def proxy_configuration @proxy_configuration end |
#secret_arn ⇒ ::String
Returns the value of attribute secret_arn.
1842 1843 1844 |
# File 'sig/types.rbs', line 1842 def secret_arn @secret_arn end |
#share_point_version ⇒ "SHAREPOINT_2013", ...
Returns the value of attribute share_point_version.
1840 1841 1842 |
# File 'sig/types.rbs', line 1840 def share_point_version @share_point_version end |
#ssl_certificate_s3_path ⇒ Types::S3Path
Returns the value of attribute ssl_certificate_s3_path.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def ssl_certificate_s3_path @ssl_certificate_s3_path end |
#urls ⇒ ::Array[::String]
Returns the value of attribute urls.
1841 1842 1843 |
# File 'sig/types.rbs', line 1841 def urls @urls end |
#use_change_log ⇒ Boolean
Returns the value of attribute use_change_log.
1844 1845 1846 |
# File 'sig/types.rbs', line 1844 def use_change_log @use_change_log end |
#vpc_configuration ⇒ Types::DataSourceVpcConfiguration
Returns the value of attribute vpc_configuration.
1847 1848 1849 |
# File 'sig/types.rbs', line 1847 def vpc_configuration @vpc_configuration end |