Class: Aws::Types::SharePointConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_type"HTTP_BASIC", "OAUTH2"

Returns the value of attribute authentication_type.

Returns:

  • ("HTTP_BASIC", "OAUTH2")


1852
1853
1854
# File 'sig/types.rbs', line 1852

def authentication_type
  @authentication_type
end

#crawl_attachmentsBoolean

Returns the value of attribute crawl_attachments.

Returns:

  • (Boolean)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def crawl_attachments
  @crawl_attachments
end

#disable_local_groupsBoolean

Returns the value of attribute disable_local_groups.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


1845
1846
1847
# File 'sig/types.rbs', line 1845

def inclusion_patterns
  @inclusion_patterns
end

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

Returns:

  • (::String)


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.

Returns:

  • ("SHAREPOINT_2013", "SHAREPOINT_2016", "SHAREPOINT_ONLINE", "SHAREPOINT_2019")


1840
1841
1842
# File 'sig/types.rbs', line 1840

def share_point_version
  @share_point_version
end

#ssl_certificate_s3_pathTypes::S3Path

Returns the value of attribute ssl_certificate_s3_path.

Returns:



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.

Returns:

  • (::Array[::String])


1841
1842
1843
# File 'sig/types.rbs', line 1841

def urls
  @urls
end

#use_change_logBoolean

Returns the value of attribute use_change_log.

Returns:

  • (Boolean)


1844
1845
1846
# File 'sig/types.rbs', line 1844

def use_change_log
  @use_change_log
end

#vpc_configurationTypes::DataSourceVpcConfiguration

Returns the value of attribute vpc_configuration.



1847
1848
1849
# File 'sig/types.rbs', line 1847

def vpc_configuration
  @vpc_configuration
end