def get_vpc_private_subnet_ids()

in dataops-infra/infra/stacks/vpc_stack.py [0:0]


    def get_vpc_private_subnet_ids(self) -> ec2.SelectedSubnets:
        return self.instance.select_subnets(
            subnet_type=ec2.SubnetType.ISOLATED
        ).subnet_ids