Interface MRImageryProps

Represents the properties for configuring the MRImagery Construct.

MRImageryProps

interface MRImageryProps {
    account: OSMLAccount;
    mrImageryConfig?: MRImageryConfig;
    securityGroupId?: string;
    vpc: IVpc;
}

Properties

account: OSMLAccount

The OSML account to use.

mrImageryConfig?: MRImageryConfig

Optional configuration for MR Imagery.

securityGroupId?: string

Optional security group ID to apply to the VPC config for SM endpoints.

vpc: IVpc

The Model Runner VPC configuration.

Generated using TypeDoc