Interface TSImageryProps

Represents the properties for configuring the TSImagery Construct.

TSImageryProps

interface TSImageryProps {
    account: OSMLAccount;
    securityGroupId?: string;
    tsImageryConfig?: TSImageryConfig;
    vpc: IVpc;
}

Properties

account: OSMLAccount

The OSML account to use.

securityGroupId?: string

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

tsImageryConfig?: TSImageryConfig

Optional configuration for TS Imagery.

vpc: IVpc

The Model Runner VPC configuration.

Generated using TypeDoc