Class: Aws::Types::CreateDataSourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:credentials])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


2347
2348
2349
# File 'sig/types.rbs', line 2347

def 
  @aws_account_id
end

#credentialsTypes::DataSourceCredentials

Returns the value of attribute credentials.



2352
2353
2354
# File 'sig/types.rbs', line 2352

def credentials
  @credentials
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


2348
2349
2350
# File 'sig/types.rbs', line 2348

def data_source_id
  @data_source_id
end

#data_source_parametersTypes::DataSourceParameters

Returns the value of attribute data_source_parameters.



2351
2352
2353
# File 'sig/types.rbs', line 2351

def data_source_parameters
  @data_source_parameters
end

#folder_arns::Array[::String]

Returns the value of attribute folder_arns.

Returns:

  • (::Array[::String])


2357
2358
2359
# File 'sig/types.rbs', line 2357

def folder_arns
  @folder_arns
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def name
  @name
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2353
2354
2355
# File 'sig/types.rbs', line 2353

def permissions
  @permissions
end

#ssl_propertiesTypes::SslProperties

Returns the value of attribute ssl_properties.



2355
2356
2357
# File 'sig/types.rbs', line 2355

def ssl_properties
  @ssl_properties
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2356
2357
2358
# File 'sig/types.rbs', line 2356

def tags
  @tags
end

#type"ADOBE_ANALYTICS", ...

Returns the value of attribute type.

Returns:

  • ("ADOBE_ANALYTICS", "AMAZON_ELASTICSEARCH", "ATHENA", "AURORA", "AURORA_POSTGRESQL", "AWS_IOT_ANALYTICS", "GITHUB", "JIRA", "MARIADB", "MYSQL", "ORACLE", "POSTGRESQL", "PRESTO", "REDSHIFT", "S3", "S3_TABLES", "SALESFORCE", "SERVICENOW", "SNOWFLAKE", "SPARK", "SQLSERVER", "TERADATA", "TWITTER", "TIMESTREAM", "AMAZON_OPENSEARCH", "EXASOL", "DATABRICKS", "STARBURST", "TRINO", "BIGQUERY", "GOOGLESHEETS", "GOOGLE_DRIVE", "CONFLUENCE", "SHAREPOINT", "ONE_DRIVE", "WEB_CRAWLER", "S3_KNOWLEDGE_BASE", "QBUSINESS")


2350
2351
2352
# File 'sig/types.rbs', line 2350

def type
  @type
end

#vpc_connection_propertiesTypes::VpcConnectionProperties

Returns the value of attribute vpc_connection_properties.



2354
2355
2356
# File 'sig/types.rbs', line 2354

def vpc_connection_properties
  @vpc_connection_properties
end