Class: Aws::Types::CreateDataSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


397
398
399
# File 'sig/types.rbs', line 397

def client_token
  @client_token
end

#configurationTypes::DataSourceConfiguration

Returns the value of attribute configuration.



391
392
393
# File 'sig/types.rbs', line 391

def configuration
  @configuration
end

#custom_document_enrichment_configurationTypes::CustomDocumentEnrichmentConfiguration

Returns the value of attribute custom_document_enrichment_configuration.



399
400
401
# File 'sig/types.rbs', line 399

def custom_document_enrichment_configuration
  @custom_document_enrichment_configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def description
  @description
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


389
390
391
# File 'sig/types.rbs', line 389

def index_id
  @index_id
end

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


398
399
400
# File 'sig/types.rbs', line 398

def language_code
  @language_code
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def name
  @name
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


395
396
397
# File 'sig/types.rbs', line 395

def role_arn
  @role_arn
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


394
395
396
# File 'sig/types.rbs', line 394

def schedule
  @schedule
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



396
397
398
# File 'sig/types.rbs', line 396

def tags
  @tags
end

#type"S3", ...

Returns the value of attribute type.

Returns:

  • ("S3", "SHAREPOINT", "DATABASE", "SALESFORCE", "ONEDRIVE", "SERVICENOW", "CUSTOM", "CONFLUENCE", "GOOGLEDRIVE", "WEBCRAWLER", "WORKDOCS", "FSX", "SLACK", "BOX", "QUIP", "JIRA", "GITHUB", "ALFRESCO", "TEMPLATE")


390
391
392
# File 'sig/types.rbs', line 390

def type
  @type
end

#vpc_configurationTypes::DataSourceVpcConfiguration

Returns the value of attribute vpc_configuration.



392
393
394
# File 'sig/types.rbs', line 392

def vpc_configuration
  @vpc_configuration
end