AWSMachineLearningRedshiftDatabase

Objective-C

@interface AWSMachineLearningRedshiftDatabase

Swift

class AWSMachineLearningRedshiftDatabase

Describes the database details required to connect to an Amazon Redshift database.

Required parameters: [DatabaseName, ClusterIdentifier]

  • The ID of an Amazon Redshift cluster.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable clusterIdentifier;

    Swift

    var clusterIdentifier: String? { get set }
  • The name of a database hosted on an Amazon Redshift cluster.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable databaseName;

    Swift

    var databaseName: String? { get set }