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)


2250
2251
2252
# File 'sig/types.rbs', line 2250

def 
  @aws_account_id
end

#credentialsTypes::DataSourceCredentials

Returns the value of attribute credentials.



2255
2256
2257
# File 'sig/types.rbs', line 2255

def credentials
  @credentials
end

#data_source_id::String

Returns the value of attribute data_source_id.

Returns:

  • (::String)


2251
2252
2253
# File 'sig/types.rbs', line 2251

def data_source_id
  @data_source_id
end

#data_source_parametersTypes::DataSourceParameters

Returns the value of attribute data_source_parameters.



2254
2255
2256
# File 'sig/types.rbs', line 2254

def data_source_parameters
  @data_source_parameters
end

#folder_arns::Array[::String]

Returns the value of attribute folder_arns.

Returns:

  • (::Array[::String])


2260
2261
2262
# File 'sig/types.rbs', line 2260

def folder_arns
  @folder_arns
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2252
2253
2254
# File 'sig/types.rbs', line 2252

def name
  @name
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2256
2257
2258
# File 'sig/types.rbs', line 2256

def permissions
  @permissions
end

#ssl_propertiesTypes::SslProperties

Returns the value of attribute ssl_properties.



2258
2259
2260
# File 'sig/types.rbs', line 2258

def ssl_properties
  @ssl_properties
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2259
2260
2261
# File 'sig/types.rbs', line 2259

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")


2253
2254
2255
# File 'sig/types.rbs', line 2253

def type
  @type
end

#vpc_connection_propertiesTypes::VpcConnectionProperties

Returns the value of attribute vpc_connection_properties.



2257
2258
2259
# File 'sig/types.rbs', line 2257

def vpc_connection_properties
  @vpc_connection_properties
end