Interface OSMLTestImageryProps

Represents the properties for configuring the OSMLTestImagery Construct.

OSMLTestImageryProps

interface OSMLTestImageryProps {
    account: OSMLAccount;
    config?: OSMLTestImageryConfig;
    securityGroupId?: string;
    vpc: IVpc;
}

Properties

account: OSMLAccount

The OSML account to use.

Optional custom resource configuration.

securityGroupId?: string

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

vpc: IVpc

The Model Runner VPC configuration.