Interface MRSyncProps

Interface for configuring the MRSync Construct. MRSyncProps

interface MRSyncProps {
    account: OSMLAccount;
    deploySyncBucket?: boolean;
    deploySyncStream?: boolean;
    mrSyncConfig?: MRSyncConfig;
    securityGroupId?: string;
}

Properties

account: OSMLAccount

The OSML deployment account.

deploySyncBucket?: boolean

Whether to deploy results to an S3 bucket.

deploySyncStream?: boolean

Whether to deploy results to a Kinesis stream.

mrSyncConfig?: MRSyncConfig

Optional custom configuration for testing resources. Will be defaulted if not provided.

securityGroupId?: string

The security group ID(s) to apply to the VPC configuration for SM endpoints.

Generated using TypeDoc