RelationalDatabaseDataSourceConfig
public struct RelationalDatabaseDataSourceConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Amazon RDS HTTP endpoint settings.
Declaration
Swift
public let rdsHttpEndpointConfig: RdsHttpEndpointConfig? -
Source type for the relational database. RDS_HTTP_ENDPOINT: The relational database source type is an Amazon RDS HTTP endpoint.
Declaration
Swift
public let relationalDatabaseSourceType: RelationalDatabaseSourceType? -
Undocumented
Declaration
Swift
public init(rdsHttpEndpointConfig: RdsHttpEndpointConfig? = nil, relationalDatabaseSourceType: RelationalDatabaseSourceType? = nil)
View on GitHub
RelationalDatabaseDataSourceConfig Structure Reference